Skip to content

Commit

Permalink
chore(release): 1.7.1 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
lotem committed Feb 6, 2021
1 parent 2b25861 commit 2fd78c1
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.7.1"></a>
## [1.7.1](https://github.com/rime/librime/compare/1.7.0...1.7.1) (2021-02-06)


### Bug Fixes

* **chord_composer:** press Return key to commit raw key sequence ([2b25861](https://github.com/rime/librime/commit/2b25861))



<a name="1.7.0"></a>
# [1.7.0](https://github.com/rime/librime/compare/1.6.1...1.7.0) (2021-01-17)

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.10)

set(rime_version 1.7.0)
set(rime_version 1.7.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.7.0",
"version": "1.7.1",
"description": "Rime Input Method Engine",
"main": "index.js",
"directories": {
Expand Down

0 comments on commit 2fd78c1

Please sign in to comment.