Skip to content

Commit db0023f

Browse files
authored
Merge pull request #417 from mbj/bump/version
Bump version to 0.8.1
2 parents 115fb71 + 93bf83c commit db0023f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

Changelog.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
# v0.8.0 unreleased
1+
# v0.8.1 2025-11-02
2+
3+
* Fix multiline dynamic strings without trailing newline (#412)
4+
* Fix exponential performance degradation with repeated interpolations (#415)
5+
6+
# v0.8.0 2025-05-29
27

38
[#387](https://github.com/mbj/unparser/pull/387)
49

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
unparser (0.8.0)
4+
unparser (0.8.1)
55
diff-lcs (~> 1.6)
66
parser (>= 3.3.0)
77
prism (>= 1.5.1)

unparser.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |gem|
22
gem.name = 'unparser'
3-
gem.version = '0.8.0'
3+
gem.version = '0.8.1'
44

55
gem.authors = ['Markus Schirp']
66
gem.email = '[email protected]'

0 commit comments

Comments
 (0)