From c6412131aeb8a309c8e771a3ee6fa5f7536cb427 Mon Sep 17 00:00:00 2001 From: icyleaf Date: Tue, 12 Nov 2024 20:38:46 +0800 Subject: [PATCH] bump 0.4.1 --- CHANGELOG.md | 9 ++++++++- shard.yml | 2 +- src/poncho/version.cr | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5741225..8c3ca48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - [ ] Writer - [ ] store to file +## [0.4.1] (2024-11-12) + +### Fixed + +- Fix for pure empty value. [#9](https://github.com/icyleaf/poncho/pull/9) [#11](https://github.com/icyleaf/poncho/pull/11) + ## [0.4.0] (2021-03-25) ### Fixed @@ -70,7 +76,8 @@ See [#3](https://github.com/icyleaf/poncho/pull/3). :star2:First beta version.:star2: -[Unreleased]: https://github.com/icyleaf/poncho/compare/v0.4.0...HEAD +[Unreleased]: https://github.com/icyleaf/poncho/compare/v0.4.1...HEAD +[0.4.1]: https://github.com/icyleaf/poncho/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/icyleaf/poncho/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/icyleaf/poncho/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/icyleaf/poncho/compare/v0.1.1...v0.2.0 diff --git a/shard.yml b/shard.yml index 02ba493..9d5cd9c 100644 --- a/shard.yml +++ b/shard.yml @@ -1,5 +1,5 @@ name: poncho -version: 0.4.0 +version: 0.4.1 authors: - icyleaf diff --git a/src/poncho/version.cr b/src/poncho/version.cr index 42e37dc..824d72f 100644 --- a/src/poncho/version.cr +++ b/src/poncho/version.cr @@ -1,3 +1,3 @@ module Poncho - VERSION = "0.4.0" + VERSION = "0.4.1" end