Skip to content

Commit

Permalink
release 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Mar 13, 2022
1 parent c59f06f commit a17db5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.5.0] - 2022-03-13

- Fix/refactor reflexives
- Fix/refactor reflexive pronouns.
- Allow for reloading of models based on polling filesystem changes using babashka/fs.
- Incremental parsing so that partial parses can be shared between clients and servers.
- All keys taking only true/false are suffixed with '?'
- Move all linguistic structures (e.g. ug.cljc) to edn in resources.
- Move all linguistic structures (e.g. ug, subcat) to .edn files in resources.

## [1.4.5] - 2021-08-7

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject menard "1.5.0-SNAPSHOT"
(defproject menard "1.5.0"
:description "A library for natural language generation and parsing"
:url "http://github.com/ekoontz/menard"
:license {:name "Eclipse Public License"
Expand Down
2 changes: 1 addition & 1 deletion server/project.clj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(defproject server "0.1.0-SNAPSHOT"
:dependencies [[org.clojure/clojure "1.10.3"]
[org.clojure/tools.logging "1.1.0"]
[menard "1.5.0-SNAPSHOT"]
[menard "1.4.5"]
[metosin/reitit "0.5.10"]
[ring-server "0.5.0"]
[ring "1.8.0"]
Expand Down

0 comments on commit a17db5f

Please sign in to comment.