From b060133a6c9bd56815ab2fb199ebaf8e855fdd81 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 4 May 2024 01:29:13 +0000 Subject: [PATCH] chore(master): release 0.1.0 --- CHANGELOG.md | 29 +++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d68a0f06..52337905 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,34 @@ # Changelog +## [0.1.0](https://github.com/asdf-vm/asdf-core-go/compare/0.0.0...v0.1.0) (2024-05-04) + + +### 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 Makefile ([c07086c](https://github.com/asdf-vm/asdf-core-go/commit/c07086c433c4374d34459e50b0da3c27f97b767f)) +* **golang-rewrite:** create plugin list command ([8260a42](https://github.com/asdf-vm/asdf-core-go/commit/8260a4228064cdf6fe061d94b2703d9040d34d19)) +* **golang-rewrite:** create plugin remove command ([a03ead0](https://github.com/asdf-vm/asdf-core-go/commit/a03ead09d7ea48eb347460dfef553cd54a0b1ace)) +* **golang-rewrite:** create plugin update command ([bcd893b](https://github.com/asdf-vm/asdf-core-go/commit/bcd893baa95fad27f89a9e71dbaa9249990a9f3c)) +* **golang-rewrite:** create pluginAddCommand function for plugin add command action ([dedfc84](https://github.com/asdf-vm/asdf-core-go/commit/dedfc8484eeb1633a1544f83c644f8617f45cb18)) +* **golang-rewrite:** create plugins/git package to store plugin Git operations ([c058421](https://github.com/asdf-vm/asdf-core-go/commit/c0584215b5c5ad5607e0b273b5fac5c1d53eb6da)) +* **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