Skip to content

Commit

Permalink
Bumping version to 1.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Feb 18, 2024
1 parent 2f1e4e7 commit b5460a9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.33.0 (2024-02-18)

* Add `Configuration.respect_gitignore`
* Glob files with `git check-ignore` if `Configuration.respect_gitignore` is true

## 1.32.1 (2024-02-17)

* Update `node_mutation` to 1.23.2
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
synvert-core (1.32.1)
synvert-core (1.33.0)
activesupport (< 7.0.0)
node_mutation (>= 1.23.2)
node_query (>= 1.15.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/synvert/core/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Synvert
module Core
VERSION = '1.32.1'
VERSION = '1.33.0'
end
end

0 comments on commit b5460a9

Please sign in to comment.