We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91348e8 commit 669a9b8Copy full SHA for 669a9b8
CHANGELOG.md
@@ -1,4 +1,9 @@
1
-# CHANGELOGconfig
+# CHANGELOG
2
+
3
+## 1.8.0 (2024-02-18)
4
5
+* Add `--dont-respect-gitignore` flag
6
+* Update `synvert-core` to 1.33.0
7
8
## 1.7.0 (2024-01-14)
9
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- synvert (1.7.0)
+ synvert (1.8.0)
synvert-core (>= 1.31.0)
GEM
lib/synvert/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Synvert
- VERSION = '1.7.0'
+ VERSION = '1.8.0'
end
0 commit comments