From 1cc982cc423e5fb67aa5328d238a11d0d5aa5361 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:33:55 +0000 Subject: [PATCH] chore(master): release 0.1.0 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d68a0f06..3ebd0085 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,29 @@ # Changelog +## [0.1.0](https://github.com/asdf-vm/asdf-core-go/compare/0.0.0...v0.1.0) (2024-03-01) + + +### Features + +* **golang-rewrite:** add boilerplate for cobra CLI commands ([b99795c](https://github.com/asdf-vm/asdf-core-go/commit/b99795c03906ee94c1b38648027b9ed042841225)) +* **golang-rewrite:** add cobra library as dependency ([7d1f387](https://github.com/asdf-vm/asdf-core-go/commit/7d1f38759c9961e630da99eb01c22db3120db1af)) +* **golang-rewrite:** add config methods ([f0bbe8f](https://github.com/asdf-vm/asdf-core-go/commit/f0bbe8f9b648950b1fd009e764d5511691524707)) +* **golang-rewrite:** add placeholders for plugin subcommands ([0f5fba4](https://github.com/asdf-vm/asdf-core-go/commit/0f5fba4bea5ee55ccbbf010c756d023a6399f13a)) +* **golang-rewrite:** build golang asdf for BATS integration tests ([820089a](https://github.com/asdf-vm/asdf-core-go/commit/820089aa59c170c69786cd74fa9aa65a72518113)) +* **golang-rewrite:** create pluginAddCommand function for plugin add command action ([dedfc84](https://github.com/asdf-vm/asdf-core-go/commit/dedfc8484eeb1633a1544f83c644f8617f45cb18)) +* **golang-rewrite:** create settings and config structs for loading config ([7097b97](https://github.com/asdf-vm/asdf-core-go/commit/7097b97afbe06107841c309b95ad25a8967fa097)) +* **golang-rewrite:** make bats available for golang tests ([9a5e811](https://github.com/asdf-vm/asdf-core-go/commit/9a5e811e821b70da191e7763c444c2bca0e54cc2)) +* **golang-rewrite:** PluginAdd function ([752dd49](https://github.com/asdf-vm/asdf-core-go/commit/752dd49c6d63c2c4abb1a13b5c9b77419bb03615)) +* **golang-rewrite:** run bats integration tests in golang ([59fb8aa](https://github.com/asdf-vm/asdf-core-go/commit/59fb8aaf3e91745de77f45db5add0ca214f9712e)) +* **golang-rewrite:** set variables for bats integration tests ([767aede](https://github.com/asdf-vm/asdf-core-go/commit/767aede449b2feb6a4996edbb545e1bf2f7e7b0e)) + + +### Bug Fixes + +* **golang-rewrite:** comment out all BATS tests ([518fa5f](https://github.com/asdf-vm/asdf-core-go/commit/518fa5f251c739222fac603e9d792f1e4091bd08)) +* **golang-rewrite:** fix dependencies script on linux ([b28327c](https://github.com/asdf-vm/asdf-core-go/commit/b28327c2dc26e0b586963d3be11bbde5fa847d29)) +* **golang-rewrite:** update detect-changes logic for Golang tests ([48dc691](https://github.com/asdf-vm/asdf-core-go/commit/48dc6910c46cfe752a8c6f9d057f4264efe92c32)) + ## [0.14.0](https://github.com/asdf-vm/asdf/compare/v0.13.1...v0.14.0) (2024-01-19) diff --git a/version.txt b/version.txt index a803cc22..6e8bf73a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.14.0 +0.1.0