Skip to content

Commit

Permalink
Bumping version to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
flyerhzm committed Mar 6, 2024
1 parent 97a6b51 commit 6e66e50
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.1 (2024-03-06)

* Fix undefined `plain_output?`
* Update `synvert-core` to 1.34.0

## 1.10.0 (2024-02-24)

* Add `--check-bundle-gems` flag to check code in all bundle gems
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.10.0)
synvert (1.10.1)
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.10.0'
VERSION = '1.10.1'
end

0 comments on commit 6e66e50

Please sign in to comment.