Skip to content

Commit 7136a2c

Browse files
committed
bump version
1 parent 78a2fa3 commit 7136a2c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change Log
22

3+
## [v3.5.7] 2025-12-16
4+
- fix misclassification of unary minus as subtraction
5+
- fix parsing empty function call
6+
7+
## [v3.5.6] 2025-10-20
8+
- fix comparison of Hash with integer
9+
- refactor case parsing
10+
- remove input mutation
11+
- fix bug with arithmetic node validation
12+
313
## [v3.5.5] 2025-08-20
414
- fix percentages in print visitor
515
- repo cleanup
@@ -267,6 +277,7 @@
267277
## [v0.1.0] 2012-01-20
268278
- initial release
269279

280+
[v3.5.6]: https://github.com/rubysolo/dentaku/compare/v3.5.5...v3.5.6
270281
[v3.5.5]: https://github.com/rubysolo/dentaku/compare/v3.5.4...v3.5.5
271282
[v3.5.4]: https://github.com/rubysolo/dentaku/compare/v3.5.3...v3.5.4
272283
[v3.5.3]: https://github.com/rubysolo/dentaku/compare/v3.5.2...v3.5.3

lib/dentaku/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Dentaku
2-
VERSION = "3.5.6"
2+
VERSION = "3.5.7"
33
end

0 commit comments

Comments
 (0)