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 Aug 19, 2024
1 parent 6a04551 commit 3400222
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 1 deletion.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

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


### 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 `RunCallback` method for `Plugin` struct ([df5f651](https://github.com/asdf-vm/asdf-core-go/commit/df5f6510fbcebbec6283d6d45bd1f5201509f566))
* **golang-rewrite:** create `versions.InstallOneVersion` function ([648c229](https://github.com/asdf-vm/asdf-core-go/commit/648c229af5faf1a1bf45baa9078de7593d01a3c0))
* **golang-rewrite:** create hooks ([5326d2d](https://github.com/asdf-vm/asdf-core-go/commit/5326d2da4b9130d65d1550b8fede7da5ab390a81))
* **golang-rewrite:** create install command ([cffd64f](https://github.com/asdf-vm/asdf-core-go/commit/cffd64f7594ed75c475f55e30efadd3b5aa46a04))
* **golang-rewrite:** create internal/resolve package ([0381284](https://github.com/asdf-vm/asdf-core-go/commit/0381284ebb8a04d9d07e6cc0d428135837ef9536))
* **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:** create versions.Latest function ([af3d837](https://github.com/asdf-vm/asdf-core-go/commit/af3d83785b8d3776f96314dc63ff306567f98155))
* **golang-rewrite:** full version resolution ([b14e723](https://github.com/asdf-vm/asdf-core-go/commit/b14e72323ba3b2867af82e0482c012553d743ef0))
* **golang-rewrite:** info command ([1e2c298](https://github.com/asdf-vm/asdf-core-go/commit/1e2c298b31b202d33ab662ca57c9d2f015b0ba9a))
* **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:** offline Go tests ([0dd06d3](https://github.com/asdf-vm/asdf-core-go/commit/0dd06d3dcbc32194db2f5db7717ff055fb94bc8f))
* **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))
* **golang-rewrite:** use plugin index ([985b183](https://github.com/asdf-vm/asdf-core-go/commit/985b18395f2029e7937f7230f64780bcc2f43300))
* **golang-rewrite:** version file parsing ([13d85b4](https://github.com/asdf-vm/asdf-core-go/commit/13d85b4f9270c5f80288cc380f7f2e2be6bd8e14))


### 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 3400222

Please sign in to comment.