Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxbachmann committed Jul 19, 2022
1 parent 37c9232 commit 56a4d37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## Changelog

### [1.2.0] - 2022-07-
### [1.2.0] - 2022-07-19
#### Changed
- added in-tree build backend to install cmake and ninja only when it is not installed yet
and only when wheels are available
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include(FetchContent)

set(JW_BASE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/src)

find_package(jaro_winkler 1.0.1 QUIET)
find_package(jaro_winkler 1.0.2 QUIET)
if (jaro_winkler_FOUND)
message("Using system supplied version of jaro_winkler")
else()
Expand Down
2 changes: 1 addition & 1 deletion extern/jarowinkler-cpp

0 comments on commit 56a4d37

Please sign in to comment.