From 23cd69bc52433e8fe7efcac0dc120961950b8616 Mon Sep 17 00:00:00 2001 From: Sous Chefs Bot <33356041+kitchen-porter@users.noreply.github.com> Date: Fri, 28 Jun 2024 21:31:29 +0800 Subject: [PATCH] chore(main): release 0.4.0 (#76) --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ lib/lvm/version.rb | 2 +- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 51108cc..2537c1f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.15" + ".": "0.4.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 645dba5..1e26ac8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/lvm/version.rb b/lib/lvm/version.rb index d73b9bc..0d03195 100644 --- a/lib/lvm/version.rb +++ b/lib/lvm/version.rb @@ -1,5 +1,5 @@ module LVM module Attributes - VERSION = "0.3.15".freeze + VERSION = "0.4.0".freeze end end