Skip to content

Commit

Permalink
chore(main): release 0.4.0 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
kitchen-porter authored Jun 28, 2024
1 parent ca89fcc commit 23cd69b
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.3.15"
".": "0.4.0"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.4.0](https://github.com/sous-chefs/chef-ruby-lvm-attrib/compare/v0.3.15...v0.4.0) (2024-06-28)


### Features

* Remove changelog ([#64](https://github.com/sous-chefs/chef-ruby-lvm-attrib/issues/64)) ([f00dc03](https://github.com/sous-chefs/chef-ruby-lvm-attrib/commit/f00dc03a46e79767204db8ba68585e0cf7c32970))


### Bug Fixes

* Fix release-config ([#66](https://github.com/sous-chefs/chef-ruby-lvm-attrib/issues/66)) ([53c59f1](https://github.com/sous-chefs/chef-ruby-lvm-attrib/commit/53c59f1180d03c74dd5513e2f3a6704597d9581c))
* More ([#68](https://github.com/sous-chefs/chef-ruby-lvm-attrib/issues/68)) ([3c82993](https://github.com/sous-chefs/chef-ruby-lvm-attrib/commit/3c829930cdf73900a6b13eb77a452a0a4cee1d26))
* release please ([#75](https://github.com/sous-chefs/chef-ruby-lvm-attrib/issues/75)) ([ca89fcc](https://github.com/sous-chefs/chef-ruby-lvm-attrib/commit/ca89fcc4fce8ab8cab00e65b852597b2f51c3aa4))
* release-please-config ([#69](https://github.com/sous-chefs/chef-ruby-lvm-attrib/issues/69)) ([e6ea516](https://github.com/sous-chefs/chef-ruby-lvm-attrib/commit/e6ea516797839857aeea1e77186ce27b21b02dd5))

## [v0.3.13](https://github.com/sous-chefs/chef-ruby-lvm-attrib/tree/v0.3.13) (2023-07-25)

### Merged Pull Requests
Expand Down
2 changes: 1 addition & 1 deletion lib/lvm/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module LVM
module Attributes
VERSION = "0.3.15".freeze
VERSION = "0.4.0".freeze
end
end

0 comments on commit 23cd69b

Please sign in to comment.