Skip to content

Commit

Permalink
release 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoontz committed Aug 12, 2024
1 parent 12c9075 commit 475d120
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [1.7.6] - 2024-08-12

- Fix typo in reflexive pronoun: "vos" should be "os"
- Restrict meaning of "querer": should not be "love" or "like"
- Restrict subject of "comer" to human only

## [1.7.5] - 2024-08-10

- Add missing annotation :masculine to "you" (sense 2)
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.7.6-SNAPSHOT"
(defproject menard "1.7.6"
:description "A library for natural language generation and parsing"
:url "http://github.com/ekoontz/menard"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 475d120

Please sign in to comment.