Skip to content

Commit

Permalink
Bump the version to 1.4.1 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
msm-code authored Jun 3, 2020
1 parent 86a8905 commit 1e281fd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.9)
project(
ursadb
VERSION 1.4.0
VERSION 1.4.1
LANGUAGES CXX C
)

Expand Down
10 changes: 10 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# Version 1.4.1

Bugfix release

### Bugfixes

- Handle `index from list` command properly when the target is a directory
- Improve performance for `wide ascii` queries (more generally, for alternatives).


# Version 1.4.0

One of the bigger releases since the initial version.
Expand Down

0 comments on commit 1e281fd

Please sign in to comment.