Skip to content

Commit

Permalink
chore(release): 1.5.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Jun 17, 2019
1 parent 69d5c32 commit 5a18ff5
Show file tree
Hide file tree
Showing 4 changed files with 1,221 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.5.2"></a>
## [1.5.2](https://github.com/rime/librime/compare/1.5.1...1.5.2) (2019-06-17)


### Bug Fixes

* **user_dictionary, contextual_translation:** fix user phrase quality; order contextual suggestions by type ([69d5c32](https://github.com/rime/librime/commit/69d5c32))



<a name="1.5.1"></a>
## [1.5.1](https://github.com/rime/librime/compare/1.5.0...1.5.1) (2019-06-16)

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/cmake/cxx_fla
project(rime)
cmake_minimum_required(VERSION 2.8.11)

set(rime_version 1.5.1)
set(rime_version 1.5.2)
set(rime_soversion 1)

add_definitions(-DRIME_VERSION="${rime_version}")
Expand Down
Loading

0 comments on commit 5a18ff5

Please sign in to comment.