From ffc9751ffd2c1b6a6bd3537ae179d322072a2f00 Mon Sep 17 00:00:00 2001 From: Eugene Koontz Date: Thu, 15 Aug 2024 09:59:42 +0200 Subject: [PATCH] release 1.7.7 --- CHANGELOG.md | 4 ++++ project.clj | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5d0b350a..50e12239e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.7] - 2024-08-15 + +- Add support for showing conjugations for all tenses in Spanish + ## [1.7.6] - 2024-08-12 - Fix typo in reflexive pronoun: "vos" should be "os" diff --git a/project.clj b/project.clj index 5c2219296..8b392c87a 100644 --- a/project.clj +++ b/project.clj @@ -1,4 +1,4 @@ -(defproject menard "1.7.7-SNAPSHOT" +(defproject menard "1.7.7" :description "A library for natural language generation and parsing" :url "http://github.com/ekoontz/menard" :license {:name "Eclipse Public License"