Skip to content

Commit

Permalink
chore(release): 1.6.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Sep 21, 2020
1 parent d56da8b commit 4e518b9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 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.6.1"></a>
## [1.6.1](https://github.com/rime/librime/compare/1.6.0...1.6.1) (2020-09-21)


### Bug Fixes

* **rime_api.cc:** dangling pointer returned from RimeGetSharedDataDir ([78abaa8](https://github.com/rime/librime/commit/78abaa8))



<a name="1.6.0"></a>
# [1.6.0](https://github.com/rime/librime/compare/1.5.3...1.6.0) (2020-09-20)

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 3.0.2)

set(rime_version 1.6.0)
set(rime_version 1.6.1)
set(rime_soversion 1)

add_definitions(-DRIME_VERSION="${rime_version}")
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "librime",
"version": "1.6.0",
"version": "1.6.1",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 4e518b9

Please sign in to comment.