From f6d5127da833ecf99b499156a9bc0f2093f2f745 Mon Sep 17 00:00:00 2001 From: Eugene Gershnik Date: Thu, 2 May 2024 22:11:53 -0700 Subject: [PATCH] chore: creating version 2.14 --- CHANGELOG.md | 3 +++ lib/VERSION | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0abfbef..1960187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## Unreleased +## [2.14] - 2024-05-02 + ### Fixed - Missing standard header causing compilation error on some systems. @@ -152,3 +154,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), [2.11]: https://github.com/gershnik/sys_string/releases/v2.11 [2.12]: https://github.com/gershnik/sys_string/releases/v2.12 [2.13]: https://github.com/gershnik/sys_string/releases/v2.13 +[2.14]: https://github.com/gershnik/sys_string/releases/v2.14 diff --git a/lib/VERSION b/lib/VERSION index ae656d4..123a39a 100644 --- a/lib/VERSION +++ b/lib/VERSION @@ -1 +1 @@ -2.13 +2.14