Skip to content

Commit c641213

Browse files
committed
bump 0.4.1
1 parent 11f10e6 commit c641213

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2020
- [ ] Writer
2121
- [ ] store to file
2222

23+
## [0.4.1] (2024-11-12)
24+
25+
### Fixed
26+
27+
- Fix for pure empty value. [#9](https://github.com/icyleaf/poncho/pull/9) [#11](https://github.com/icyleaf/poncho/pull/11)
28+
2329
## [0.4.0] (2021-03-25)
2430

2531
### Fixed
@@ -70,7 +76,8 @@ See [#3](https://github.com/icyleaf/poncho/pull/3).
7076

7177
:star2:First beta version.:star2:
7278

73-
[Unreleased]: https://github.com/icyleaf/poncho/compare/v0.4.0...HEAD
79+
[Unreleased]: https://github.com/icyleaf/poncho/compare/v0.4.1...HEAD
80+
[0.4.1]: https://github.com/icyleaf/poncho/compare/v0.4.0...v0.4.1
7481
[0.4.0]: https://github.com/icyleaf/poncho/compare/v0.3.0...v0.4.0
7582
[0.3.0]: https://github.com/icyleaf/poncho/compare/v0.2.0...v0.3.0
7683
[0.2.0]: https://github.com/icyleaf/poncho/compare/v0.1.1...v0.2.0

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: poncho
2-
version: 0.4.0
2+
version: 0.4.1
33

44
authors:
55
- icyleaf <[email protected]>

src/poncho/version.cr

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Poncho
2-
VERSION = "0.4.0"
2+
VERSION = "0.4.1"
33
end

0 commit comments

Comments
 (0)