Skip to content

Commit

Permalink
chore(main): release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 6, 2024
1 parent 6d80e4b commit e662909
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
## [Unreleased]

## 1.0.0 (2024-03-06)


### Features

* Add Bundler parser and runner ([363555c](https://github.com/cdimartino/stewardship/commit/363555c2aaabd6c85c6a4c99addeac041f30deff))
* Add specs around bundler submodules ([a49c22a](https://github.com/cdimartino/stewardship/commit/a49c22a7d45b42d496303a3c11428b7e25a5385e))

## [0.1.0] - 2023-10-26

- 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:
stewardship (0.1.0)
stewardship (1.0.0)
bundler
memery

Expand Down
2 changes: 1 addition & 1 deletion lib/stewardship/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Stewardship
VERSION = "0.1.0"
VERSION = "1.0.0"
end

0 comments on commit e662909

Please # to comment.