We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97a6b51 commit 6e66e50Copy full SHA for 6e66e50
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# CHANGELOG
2
3
+## 1.10.1 (2024-03-06)
4
+
5
+* Fix undefined `plain_output?`
6
+* Update `synvert-core` to 1.34.0
7
8
## 1.10.0 (2024-02-24)
9
10
* Add `--check-bundle-gems` flag to check code in all bundle gems
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- synvert (1.10.0)
+ synvert (1.10.1)
synvert-core (>= 1.33.2)
GEM
lib/synvert/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Synvert
- VERSION = '1.10.0'
+ VERSION = '1.10.1'
end
0 commit comments