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 Feb 21, 2024
1 parent da9f842 commit 2d7b736
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

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


### 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:** build golang asdf for BATS integration tests ([820089a](https://github.com/asdf-vm/asdf-core-go/commit/820089aa59c170c69786cd74fa9aa65a72518113))
* **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:** 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 2d7b736

Please sign in to comment.