Skip to content

Commit

Permalink
Bump version and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gangelo committed Dec 24, 2023
1 parent 80031bd commit 2e9bebf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.2.1] 2023-12-23

Changes

- Add specs for `dsu browse` command.
- Code refactors, nothing discernable to the end user.

## [2.2.0] 2023-12-23

Stable release.
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:
dsu (2.2.0)
dsu (2.2.1)
activemodel (>= 7.0.8, < 8.0)
activesupport (>= 7.0.8, < 8.0)
colorize (>= 0.8.1, < 1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/dsu/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module Dsu
VERSION_REGEX = /\A\d+\.\d+\.\d+(\.(alpha|rc)\.\d+)?\z/
VERSION = '2.2.0'
VERSION = '2.2.1'
end

0 comments on commit 2e9bebf

Please sign in to comment.