Skip to content

Commit

Permalink
Prepare version 0.1.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
Intrepidd committed Sep 8, 2024
1 parent 2daf066 commit d51931f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## [Unreleased]
<!-- ## [Unreleased] -->

## [0.1.0] - 2023-07-16
## [0.1.0.rc3] - 2024-09-08
* Add `-k` / `--keep-unmentioned-keys` option to `push` command

- Initial release
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:
yamlfish (0.1.0.rc2)
yamlfish (0.1.0.rc3)
activesupport (>= 6)
faraday (~> 2.0)
rainbow (~> 3.1)
Expand Down
2 changes: 1 addition & 1 deletion lib/yamlfish/cli/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Yamlfish
module Cli
VERSION = "0.1.0.rc2"
VERSION = "0.1.0.rc3"
end
end

0 comments on commit d51931f

Please sign in to comment.