Skip to content

Commit

Permalink
Release v1.2.1204
Browse files Browse the repository at this point in the history
  • Loading branch information
wardle committed May 29, 2023
1 parent e83b896 commit 2c5b374
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

This log documents significant changes for each release.

## Not yet released
## [1.2.1204] - 2023-05-29

* Add `expand-ecl*` to core API for human-readable results optimising fetch of preferred synonym for each result (and add `expandEclPreferred` for Java API clients)
* Add `expand-ecl*` to core API for human-readable results optimising fetch of preferred synonym for each result
(and add `expandEclPreferred` for Java API clients)
* Merge Java API wrapper ('hermes-api') into the main source repository
* Add build steps to compile Java source code as part of 'prep-lib' and build of jar/uberjar artefacts.
* Add build steps to compile Java source code as part of 'prep-lib' and build of jar/uberjar artefacts thus
deprecating code in https://github.com/wardle/hermes-api. That repository will now be archived.


## [1.2.1190] - 2023-05-18
Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[borkdude.gh-release-artifact :as gh]))

(def lib 'com.eldrix/hermes)
(def version (format "1.2.%s-alpha" (b/git-count-revs nil)))
(def version (format "1.2.%s" (b/git-count-revs nil)))
(def class-dir "target/classes")
(def jar-basis (b/create-basis {:project "deps.edn"}))
(def uber-basis (b/create-basis {:project "deps.edn"
Expand Down

0 comments on commit 2c5b374

Please sign in to comment.