Skip to content

Commit

Permalink
Bumping version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Feb 24, 2024
1 parent 9a5f81a commit 2262bec
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.10.0 (2024-02-24)

* Add `--check-bundle-gems` flag to check code in all bundle gems
* Update `synvert-core` to 1.33.2

## 1.9.0 (2024-02-20)

* Fix query available rewriters
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 (1.9.0)
synvert (1.10.0)
synvert-core (>= 1.33.2)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/synvert/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Synvert
VERSION = '1.9.0'
VERSION = '1.10.0'
end

0 comments on commit 2262bec

Please sign in to comment.