Skip to content

Commit b966e10

Browse files
authored
Merge pull request #4 from STARTcloud/release-please--branches--main--components--core_provisioner
chore(main): release core_provisioner 0.2.4
2 parents 6912deb + 5c9302d commit b966e10

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.3"
2+
".": "0.2.4"
33
}

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## [0.2.4](https://github.com/STARTcloud/core_provisioner/compare/core_provisioner/v0.2.3...core_provisioner/v0.2.4) (2024-05-12)
4+
5+
6+
### Bug Fixes
7+
8+
* actions ([6912deb](https://github.com/STARTcloud/core_provisioner/commit/6912deb0fcba0ad9e589ca495ef8899928574dae))
9+
* core ([308a22a](https://github.com/STARTcloud/core_provisioner/commit/308a22abd58907a48ce1a16ed9896ceeb750da59))
10+
* core ([1ded475](https://github.com/STARTcloud/core_provisioner/commit/1ded475a5b2ac546cb345661515cd3c420e1c4f2))
11+
* Include Customizable Box Repo URL (hashicorp acquisition) ([47edc25](https://github.com/STARTcloud/core_provisioner/commit/47edc2573e3a52440d02eabfb4cfda8f4f43434b))
12+
* releases ([04dff26](https://github.com/STARTcloud/core_provisioner/commit/04dff26814109043b7c04777b25e5bc52805a4e5))
13+
* releases ([ac775b8](https://github.com/STARTcloud/core_provisioner/commit/ac775b8c86678d031745e5f987cbb40ff7ca6d3c))
14+
* releases ([fe97457](https://github.com/STARTcloud/core_provisioner/commit/fe97457853c3111c7bed7106d3d801a3d184297e))
15+
* releases ([4df1daf](https://github.com/STARTcloud/core_provisioner/commit/4df1dafb72f056d954c84252bce04121c187cf22))
16+
* typos, update readme, adjust documentation ([edbd9be](https://github.com/STARTcloud/core_provisioner/commit/edbd9be17a3054c2c486eb579ca63ca10417879a))
17+
318
## [0.2.3](https://github.com/STARTcloud/core_provisioner/compare/core_provisioner/v0.2.2...core_provisioner/v0.2.3) (2023-09-20)
419

520

core/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module CoreProvisioner
2-
VERSION = '0.2.3'
2+
VERSION = '0.2.4'
33
end

0 commit comments

Comments
 (0)