File tree 3 files changed +10
-3
lines changed
3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20
20
- [ ] Writer
21
21
- [ ] store to file
22
22
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
+
23
29
## [ 0.4.0] (2021-03-25)
24
30
25
31
### Fixed
@@ -70,7 +76,8 @@ See [#3](https://github.com/icyleaf/poncho/pull/3).
70
76
71
77
:star2 : First beta version.:star2 :
72
78
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
74
81
[ 0.4.0 ] : https://github.com/icyleaf/poncho/compare/v0.3.0...v0.4.0
75
82
[ 0.3.0 ] : https://github.com/icyleaf/poncho/compare/v0.2.0...v0.3.0
76
83
[ 0.2.0 ] : https://github.com/icyleaf/poncho/compare/v0.1.1...v0.2.0
Original file line number Diff line number Diff line change 1
1
name : poncho
2
- version : 0.4.0
2
+ version : 0.4.1
3
3
4
4
authors :
5
5
Original file line number Diff line number Diff line change 1
1
module Poncho
2
- VERSION = " 0.4.0 "
2
+ VERSION = " 0.4.1 "
3
3
end
You can’t perform that action at this time.
0 commit comments