Skip to content

Commit

Permalink
Merge pull request #47 from higebu/release-please--branches--master--…
Browse files Browse the repository at this point in the history
…components--vagrant-vyos

chore(master): release vagrant-vyos 1.1.12
  • Loading branch information
higebu authored Sep 2, 2024
2 parents 09ffb04 + 80ef188 commit 3717992
Show file tree
Hide file tree
Showing 3 changed files with 16 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 @@
{
".": "1.1.11"
".": "1.1.12"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.1.12](https://github.com/higebu/vagrant-vyos/compare/vagrant-vyos-v1.1.11...vagrant-vyos/v1.1.12) (2024-09-02)


### Bug Fixes

* **deps:** update actions/checkout action to v4 ([4871f71](https://github.com/higebu/vagrant-vyos/commit/4871f71f2039061f8ad22356a9e0aa9d86b9312a))
* fix Gemfile.lock ([1190da6](https://github.com/higebu/vagrant-vyos/commit/1190da66fd3de5b991bdb84a8e31bde50d744120))
* fix release-please config ([09ffb04](https://github.com/higebu/vagrant-vyos/commit/09ffb045d8fbc95aa0711a085b58eb4698be04dc))
* gempush.yml ([2072747](https://github.com/higebu/vagrant-vyos/commit/2072747871785f61a11ff12c671b1f61fd7c08cd))
* remove Gemfile.lock ([7544922](https://github.com/higebu/vagrant-vyos/commit/75449224262d8c9405a7a23e2433691518c56021))
* revert Gemfile.lock ([670e496](https://github.com/higebu/vagrant-vyos/commit/670e496fabcf7c4a06d299c3af8e7d1a33e122c7))
* update Gemfile.lock ([cb089e3](https://github.com/higebu/vagrant-vyos/commit/cb089e3b78eecdf0b44d0c97afca5cff6530d4c0))
* use simplecov-cobertura for coverage formatter ([31bf554](https://github.com/higebu/vagrant-vyos/commit/31bf5544d5470f9516e3fbe91e60321fa4e21092))

## [1.1.11](https://github.com/higebu/vagrant-vyos/compare/v1.1.10...v1.1.11) (2024-09-02)


Expand Down
2 changes: 1 addition & 1 deletion lib/vagrant-vyos/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module VagrantPlugins
module GuestVyOS
VERSION = "1.1.10"
VERSION = "1.1.12"
end
end

0 comments on commit 3717992

Please sign in to comment.