Skip to content

Commit

Permalink
chore(master): release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 5, 2024
1 parent 45da007 commit 16060fc
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# Changelog

## [0.1.0](https://github.com/asdf-vm/asdf-core-go/compare/0.0.0...v0.1.0) (2024-06-05)


### 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 pluginindex package ([a9d28b7](https://github.com/asdf-vm/asdf-core-go/commit/a9d28b7027fefc4eb13f85b2113725bbf3fd2207))
* **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:** move all Git code to git package ([eee14c7](https://github.com/asdf-vm/asdf-core-go/commit/eee14c7266096a919ffae1d6f1918f2817f2e1f7))
* **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)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.14.0
0.1.0

0 comments on commit 16060fc

Please sign in to comment.