From 63e630862f05d7db81064f3441e6342974a1cee0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2024 13:30:20 +0000 Subject: [PATCH] chore(master): release 1.0.0 --- CHANGELOG.md | 229 +++++++++++++++++++++++++++++++++++++++++++++++++++ version.txt | 2 +- 2 files changed, 230 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d68a0f06..020088c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,234 @@ # Changelog +## 1.0.0 (2024-11-30) + + +### ⚠ BREAKING CHANGES + +* Enable `pipefail` ([#1608](https://github.com/asdf-vm/asdf-core-go/issues/1608)) +* `plugin list` exit code 0 when no plugins are installed ([#1597](https://github.com/asdf-vm/asdf-core-go/issues/1597)) +* 0 exit code for success when adding an existing plugin ([#1598](https://github.com/asdf-vm/asdf-core-go/issues/1598)) +* **fish:** don't resolve symlinks for ASDF_DIR ([#1583](https://github.com/asdf-vm/asdf-core-go/issues/1583)) +* Remove files containing only `asdf` wrapper functions ([#1525](https://github.com/asdf-vm/asdf-core-go/issues/1525)) +* align Fish entrypoint behaviour with other shells ([#1524](https://github.com/asdf-vm/asdf-core-go/issues/1524)) +* do not remove items from PATH in POSIX entrypoint ([#1521](https://github.com/asdf-vm/asdf-core-go/issues/1521)) +* rework POSIX entrypoint for greater shell support ([#1480](https://github.com/asdf-vm/asdf-core-go/issues/1480)) + +### Features + +* add Golang tests to GitHub test workflow ([428265d](https://github.com/asdf-vm/asdf-core-go/commit/428265d9ef9ee9c5ca98315a747994f05b062a9c)) +* add linting for Golang to GitHub lint workflow ([60bc031](https://github.com/asdf-vm/asdf-core-go/commit/60bc031b56eba6380574fe238363842ac4b53f06)) +* add plugin location when update the plugin ([#1602](https://github.com/asdf-vm/asdf-core-go/issues/1602)) ([36c7024](https://github.com/asdf-vm/asdf-core-go/commit/36c7024baa4b829b3629b4e0430157266d354158)) +* add post update plugin support ([#1049](https://github.com/asdf-vm/asdf-core-go/issues/1049)) ([304f72d](https://github.com/asdf-vm/asdf-core-go/commit/304f72dbb207606fd82c04ee2c73cf11e9e6e0cc)) +* asdf latest defer to plugin to determine the latest version ([#938](https://github.com/asdf-vm/asdf-core-go/issues/938)) ([664d82e](https://github.com/asdf-vm/asdf-core-go/commit/664d82ed8a734eb30988840829a972f8ddd8e523)) +* case-insensitive filtering of unstable versions in `latest` ([#1139](https://github.com/asdf-vm/asdf-core-go/issues/1139)) ([e61e3d9](https://github.com/asdf-vm/asdf-core-go/commit/e61e3d9ade0d7bdfb4413184284038c50ba1e09c)) +* **completions:** bash improvements ([#1329](https://github.com/asdf-vm/asdf-core-go/issues/1329)) ([7c802c3](https://github.com/asdf-vm/asdf-core-go/commit/7c802c3fc9b5dc556993a98e5aaf96650cbb0d5b)) +* configurable plugin repo last check time ([#957](https://github.com/asdf-vm/asdf-core-go/issues/957)) ([1716afa](https://github.com/asdf-vm/asdf-core-go/commit/1716afa02125aa322d8a688ff4b3e95f2e08b33c)) +* Disable short-name repository with config value ([#1227](https://github.com/asdf-vm/asdf-core-go/issues/1227)) ([18caea3](https://github.com/asdf-vm/asdf-core-go/commit/18caea3eb7d989d195cf13b3c9ffc2058d906fc5)) +* display plugin repo refs alongside urls in info cmd ([#1014](https://github.com/asdf-vm/asdf-core-go/issues/1014)) ([cd0a6a7](https://github.com/asdf-vm/asdf-core-go/commit/cd0a6a779eb18236fe7bf1f84403e33e636ef1f3)) +* Displays a warning when a plugin from the tools-version list does not exist ([#1033](https://github.com/asdf-vm/asdf-core-go/issues/1033)) ([9430a39](https://github.com/asdf-vm/asdf-core-go/commit/9430a39aef1dbf806a8954d71711747be1001076)) +* Elvish Shell support ([#1066](https://github.com/asdf-vm/asdf-core-go/issues/1066)) ([cc7778a](https://github.com/asdf-vm/asdf-core-go/commit/cc7778a040751f6801524135f5f5ece3a748fa8c)) +* **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:** BATS test fixes & `latest` command ([fd477dc](https://github.com/asdf-vm/asdf-core-go/commit/fd477dc6fa019ab1912cbc7bf0099e49b75e277d)) +* **golang-rewrite:** build dev release binaries ([5e00f82](https://github.com/asdf-vm/asdf-core-go/commit/5e00f826f48044900c66bbff9049826754a69eb7)) +* **golang-rewrite:** build golang asdf for BATS integration tests ([820089a](https://github.com/asdf-vm/asdf-core-go/commit/820089aa59c170c69786cd74fa9aa65a72518113)) +* **golang-rewrite:** compile asdf version into Go binaries ([8f41e46](https://github.com/asdf-vm/asdf-core-go/commit/8f41e468f57c1a49b492e0c4ff7b3024b72d9ae8)) +* **golang-rewrite:** correct asdf-version workflow step to produce version as output ([25e9de3](https://github.com/asdf-vm/asdf-core-go/commit/25e9de37746890a0a69387879932947e006c4cb8)) +* **golang-rewrite:** correct asdf-version workflow step to produce version as output ([c3bf442](https://github.com/asdf-vm/asdf-core-go/commit/c3bf442cee2f6058e9a2f730809aa8250d5e3a74)) +* **golang-rewrite:** create `asdf current` command ([387a98d](https://github.com/asdf-vm/asdf-core-go/commit/387a98db5ff00fe962496f253192921b6db37d42)) +* **golang-rewrite:** create `asdf exec` command ([10a6fec](https://github.com/asdf-vm/asdf-core-go/commit/10a6fec85dc0a52b41569c1252b5fa4e2488d71e)) +* **golang-rewrite:** create `asdf list` and `asdf list all` commands ([8cd6588](https://github.com/asdf-vm/asdf-core-go/commit/8cd65885a818da98f4ca89732000bbb4eae7e4cd)) +* **golang-rewrite:** create `asdf uninstall` command ([c7639cb](https://github.com/asdf-vm/asdf-core-go/commit/c7639cbe188a0c53f3712905542a64e8cd1bc8f9)) +* **golang-rewrite:** create `asdf where` command ([034e5bb](https://github.com/asdf-vm/asdf-core-go/commit/034e5bb1ddd7ad4e23dd3f808d4e631806ba7b51)) +* **golang-rewrite:** create `asdf which` command ([ef53514](https://github.com/asdf-vm/asdf-core-go/commit/ef53514a7f89940aca3483321fce5e829d8ee600)) +* **golang-rewrite:** create `RunCallback` method for `Plugin` struct ([df5f651](https://github.com/asdf-vm/asdf-core-go/commit/df5f6510fbcebbec6283d6d45bd1f5201509f566)) +* **golang-rewrite:** create `shims.FindExecutable` function for shim execution ([cfd471b](https://github.com/asdf-vm/asdf-core-go/commit/cfd471b605bbdacbeb6d44284278062490da9356)) +* **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 installs and installtest packages to avoid circular dependency ([0154fe0](https://github.com/asdf-vm/asdf-core-go/commit/0154fe0edb2ac8bd42d2192605d73b1e31d7be08)) +* **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 shimversions command ([cad7bb9](https://github.com/asdf-vm/asdf-core-go/commit/cad7bb9a563b2b4f086fe1dd6a5ac1aaecd8b135)) +* **golang-rewrite:** create version 0.14 to 0.15 upgrade guide ([823c49f](https://github.com/asdf-vm/asdf-core-go/commit/823c49fb5ec3770f6305136340863885363ef243)) +* **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:** implement `asdf help` command ([a634d7f](https://github.com/asdf-vm/asdf-core-go/commit/a634d7f42d98d921aca8dc0eaa4979b35bb2aea9)) +* **golang-rewrite:** implement asdf env command ([57d674b](https://github.com/asdf-vm/asdf-core-go/commit/57d674b3c219ec2a5c6b31b3b28f160872599332)) +* **golang-rewrite:** info command ([1e2c298](https://github.com/asdf-vm/asdf-core-go/commit/1e2c298b31b202d33ab662ca57c9d2f015b0ba9a)) +* **golang-rewrite:** initialize golang module ([d69ed32](https://github.com/asdf-vm/asdf-core-go/commit/d69ed32b3b5b7cb3d61f897b8ffb21738620a0b8)) +* **golang-rewrite:** introduce `Version` struct, get some `shim_exec.bats` tests passing ([ba86ee0](https://github.com/asdf-vm/asdf-core-go/commit/ba86ee02c3b412ea171b6485808b7512ea120782)) +* **golang-rewrite:** make bats available for golang tests ([9a5e811](https://github.com/asdf-vm/asdf-core-go/commit/9a5e811e821b70da191e7763c444c2bca0e54cc2)) +* **golang-rewrite:** more `asdf plugin remove` tests ([834b2d4](https://github.com/asdf-vm/asdf-core-go/commit/834b2d42dcdfc8fe880c7d057dd6b4602dc0fca0)) +* **golang-rewrite:** more shim exec fixes ([53a2d28](https://github.com/asdf-vm/asdf-core-go/commit/53a2d28451d60fea8c6feaee5e365f5eb5207e10)) +* **golang-rewrite:** more work to get `install_command.bats` test passing ([f36811f](https://github.com/asdf-vm/asdf-core-go/commit/f36811f1f747c609f3ca4d5da22f91f2030512ad)) +* **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:** re-organize Go code ([c863c80](https://github.com/asdf-vm/asdf-core-go/commit/c863c8043845245e35ce794e4c8bcde0d42f7fc9)) +* **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:** setup Golang release GitHub workflow ([e0637e9](https://github.com/asdf-vm/asdf-core-go/commit/e0637e9b3ed8ab7253dd7cd7d777a95527354451)) +* **golang-rewrite:** setup goreleaser ([9a39f33](https://github.com/asdf-vm/asdf-core-go/commit/9a39f33c58f46d4cb3ffd7825445bd5a6353e8c2)) +* **golang-rewrite:** shim generation 2 ([c1208bc](https://github.com/asdf-vm/asdf-core-go/commit/c1208bc72656f45abcec86a9e00b7129b1ea09d4)) +* **golang-rewrite:** shim generation part 1 ([55d0aa0](https://github.com/asdf-vm/asdf-core-go/commit/55d0aa00ec41aab8c5c11c4cddfb8321668ca9de)) +* **golang-rewrite:** use plugin index ([985b183](https://github.com/asdf-vm/asdf-core-go/commit/985b18395f2029e7937f7230f64780bcc2f43300)) +* **golang-rewrite:** use version type when generating shims ([a8f381d](https://github.com/asdf-vm/asdf-core-go/commit/a8f381d53c79c8812c8edcabc0678e44218490f1)) +* **golang-rewrite:** version file parsing ([13d85b4](https://github.com/asdf-vm/asdf-core-go/commit/13d85b4f9270c5f80288cc380f7f2e2be6bd8e14)) +* **latest:** adds the flag --all to the latest command ([#1096](https://github.com/asdf-vm/asdf-core-go/issues/1096)) ([f85fef5](https://github.com/asdf-vm/asdf-core-go/commit/f85fef533f249df5a9f58307d288f2f069351e88)) +* mark current resolved versions in `asdf list` output ([#762](https://github.com/asdf-vm/asdf-core-go/issues/762)) ([5ea6795](https://github.com/asdf-vm/asdf-core-go/commit/5ea67953be74cb5fde11240dc40a541c69afc65c)) +* Support configurable `ASDF_CONCURRENCY` ([#1532](https://github.com/asdf-vm/asdf-core-go/issues/1532)) ([684f4f0](https://github.com/asdf-vm/asdf-core-go/commit/684f4f058f24cc418f77825a59a22bacd16a9bee)) +* support nushell ([#1355](https://github.com/asdf-vm/asdf-core-go/issues/1355)) ([274a638](https://github.com/asdf-vm/asdf-core-go/commit/274a638e155c08cd0d6dbda1a0d4da02c3466c97)) +* Support PowerShell Core ([#1522](https://github.com/asdf-vm/asdf-core-go/issues/1522)) ([213aa22](https://github.com/asdf-vm/asdf-core-go/commit/213aa22378cf0ecf5b1924f1bfc4fee43338255a)) +* toggle off repo sync completely ([#1011](https://github.com/asdf-vm/asdf-core-go/issues/1011)) ([a3ba5a7](https://github.com/asdf-vm/asdf-core-go/commit/a3ba5a794c07efb4aa9cce9c15d41b4b61d5df01)) +* upgrade elvish to 0.17.0 ([#1159](https://github.com/asdf-vm/asdf-core-go/issues/1159)) ([824550e](https://github.com/asdf-vm/asdf-core-go/commit/824550ed2009c7e8c4c84afd7a01197d451c47bf)) + + +### Bug Fixes + +* <plugin update all> to latest commit on default branch for each plugin ([#800](https://github.com/asdf-vm/asdf-core-go/issues/800)) ([456d8e3](https://github.com/asdf-vm/asdf-core-go/commit/456d8e36ca76b36b848453a63b54ffeb214bce7e)) +* `asdf info` show BASH_VERSION & all asdf envs ([#1513](https://github.com/asdf-vm/asdf-core-go/issues/1513)) ([a1b5eee](https://github.com/asdf-vm/asdf-core-go/commit/a1b5eeec1caf605c0e4c80748703b9e227b57aeb)) +* `plugin list` exit code 0 when no plugins are installed ([#1597](https://github.com/asdf-vm/asdf-core-go/issues/1597)) ([a029c00](https://github.com/asdf-vm/asdf-core-go/commit/a029c007503f2eec911a0c836e8622bb38c5e065)) +* `plugin test` git-ref to use plugin repo default branch ([#1694](https://github.com/asdf-vm/asdf-core-go/issues/1694)) ([840fd72](https://github.com/asdf-vm/asdf-core-go/commit/840fd722764bb025baa9a8bf7bb6b25d38b976ac)) +* `reshim` did not rewrite executable path ([#1311](https://github.com/asdf-vm/asdf-core-go/issues/1311)) ([5af7625](https://github.com/asdf-vm/asdf-core-go/commit/5af76257693d1f560b9c27c9cdcc6f5a5a33c4d5)) +* 0 exit code for success when adding an existing plugin ([#1598](https://github.com/asdf-vm/asdf-core-go/issues/1598)) ([4dd1904](https://github.com/asdf-vm/asdf-core-go/commit/4dd190466a9855dac300ce691e66a7629ef37b82)) +* add asdf to list of banned commands ([#1224](https://github.com/asdf-vm/asdf-core-go/issues/1224)) ([39909e0](https://github.com/asdf-vm/asdf-core-go/commit/39909e01af2bbf23fc821de5cec6c5c9661c59bb)) +* add missing "does not add paths to PATH more than once" test for elvish ([#1275](https://github.com/asdf-vm/asdf-core-go/issues/1275)) ([3c55167](https://github.com/asdf-vm/asdf-core-go/commit/3c55167a6807b48cacaaed18df7bf0db2526ed59)) +* Add test for nushell integration and fix some bugs ([#1415](https://github.com/asdf-vm/asdf-core-go/issues/1415)) ([60d4494](https://github.com/asdf-vm/asdf-core-go/commit/60d4494d5d21f9d7bdd0778ca962ddb44280aff7)) +* Adds "grep -P" to the list of banned commands ([#1064](https://github.com/asdf-vm/asdf-core-go/issues/1064)) ([8a515f4](https://github.com/asdf-vm/asdf-core-go/commit/8a515f49d7443ee318badbd4d8f092ad0d8f04ca)) +* align Fish entrypoint behaviour with other shells ([#1524](https://github.com/asdf-vm/asdf-core-go/issues/1524)) ([8919f40](https://github.com/asdf-vm/asdf-core-go/commit/8919f4009ea233c32298911b28ceb879e2dbc675)) +* Allow `path:` versions to use `~` ([#1403](https://github.com/asdf-vm/asdf-core-go/issues/1403)) ([670c96d](https://github.com/asdf-vm/asdf-core-go/commit/670c96d1a6d6d2c19ff63ce2ed14f784c340e9b9)) +* allow plugin callbacks to be in any language ([#995](https://github.com/asdf-vm/asdf-core-go/issues/995)) ([2ad0f5e](https://github.com/asdf-vm/asdf-core-go/commit/2ad0f5ea452bd8f843951c4a9cc56a020e172b07)) +* always use ASDF_DEFAULT_TOOL_VERSIONS_FILENAME for filename when present ([#1238](https://github.com/asdf-vm/asdf-core-go/issues/1238)) ([711ad99](https://github.com/asdf-vm/asdf-core-go/commit/711ad991043a1980fa264098f29e78f2ecafd610)), closes [#1082](https://github.com/asdf-vm/asdf-core-go/issues/1082) +* append trailing newline to .tool-versions files when missing ([#1310](https://github.com/asdf-vm/asdf-core-go/issues/1310)) ([eb7dac3](https://github.com/asdf-vm/asdf-core-go/commit/eb7dac3a2b15ad458f55a897d49a377508ea92fe)), closes [#1299](https://github.com/asdf-vm/asdf-core-go/issues/1299) +* assign default values to all internal variables ([#1518](https://github.com/asdf-vm/asdf-core-go/issues/1518)) ([86477ee](https://github.com/asdf-vm/asdf-core-go/commit/86477ee8dea14ab63faf7132133304855a647fde)) +* avoid mention of `ASDF_NU_DIR` ([#1660](https://github.com/asdf-vm/asdf-core-go/issues/1660)) ([fa6415c](https://github.com/asdf-vm/asdf-core-go/commit/fa6415c7031c6f445c5674ccbdca0eabdb64d9d0)) +* Ban `ls` command ([#1141](https://github.com/asdf-vm/asdf-core-go/issues/1141)) ([87137e4](https://github.com/asdf-vm/asdf-core-go/commit/87137e41031f17b30acf12ee35925e689c84e2d8)) +* ban grep long flags ([#1117](https://github.com/asdf-vm/asdf-core-go/issues/1117)) ([6e4c39c](https://github.com/asdf-vm/asdf-core-go/commit/6e4c39c244a289a54f235cf15a29874fb8885927)) +* Ban use of 'test' ([#1383](https://github.com/asdf-vm/asdf-core-go/issues/1383)) ([ec972cb](https://github.com/asdf-vm/asdf-core-go/commit/ec972cbdf0acbecf70e3678c055e27866c49341d)) +* bash completion for latest command ([#1472](https://github.com/asdf-vm/asdf-core-go/issues/1472)) ([2606a87](https://github.com/asdf-vm/asdf-core-go/commit/2606a875eba8d74be56c78c97a76f3eb92c8253d)) +* Better handling with paths that include spaces ([#1485](https://github.com/asdf-vm/asdf-core-go/issues/1485)) ([bbcbddc](https://github.com/asdf-vm/asdf-core-go/commit/bbcbddcdd4ffa0f49c3772b66d87331420fa5727)) +* clarify the wording when no version is set ([#1088](https://github.com/asdf-vm/asdf-core-go/issues/1088)) ([4116284](https://github.com/asdf-vm/asdf-core-go/commit/41162849cf5c966c749ec435ebe32bd649a86ee8)) +* completions for asdf plugin list ([#1061](https://github.com/asdf-vm/asdf-core-go/issues/1061)) ([43412aa](https://github.com/asdf-vm/asdf-core-go/commit/43412aad5f668686daa058505a61c070561b46fc)) +* consistent system completion ([#911](https://github.com/asdf-vm/asdf-core-go/issues/911)) ([f4a80b5](https://github.com/asdf-vm/asdf-core-go/commit/f4a80b53df851e4d2af7921211b60d48773ccb8d)) +* correct order of checks in conditional for adding a missing newline ([#1418](https://github.com/asdf-vm/asdf-core-go/issues/1418)) ([4125d2b](https://github.com/asdf-vm/asdf-core-go/commit/4125d2b5560efc646e6048202ceb00fffd0b9eaf)), closes [#1417](https://github.com/asdf-vm/asdf-core-go/issues/1417) +* Correct typo on getting started page ([#1086](https://github.com/asdf-vm/asdf-core-go/issues/1086)) ([4321980](https://github.com/asdf-vm/asdf-core-go/commit/4321980c3385ac1bafd77503c8ec77b26042d05b)) +* create install directory with `mkdir -p` ([#1563](https://github.com/asdf-vm/asdf-core-go/issues/1563)) ([d6185a2](https://github.com/asdf-vm/asdf-core-go/commit/d6185a21207e0ac45e69499883dad5e2b585c1b6)) +* delete instructions to add dependencies with Homebrew ([#937](https://github.com/asdf-vm/asdf-core-go/issues/937)) ([24d79d4](https://github.com/asdf-vm/asdf-core-go/commit/24d79d4d9256d7d130fbaf8a4b7dc34aeb1b01d7)) +* do not print `find` errors ([#1102](https://github.com/asdf-vm/asdf-core-go/issues/1102)) ([5992abb](https://github.com/asdf-vm/asdf-core-go/commit/5992abb09e6f5e0af690bf0e99619386187949db)) +* do not remove items from PATH in POSIX entrypoint ([#1521](https://github.com/asdf-vm/asdf-core-go/issues/1521)) ([b6d0ca2](https://github.com/asdf-vm/asdf-core-go/commit/b6d0ca28d5fd2b63c7da67b127e6c2a0e01b2670)) +* Do not use `pwd` ([dd37b6f](https://github.com/asdf-vm/asdf-core-go/commit/dd37b6f0c0ed20d15e3d96b730db82f21c9e2e6f)) +* Do not use type not exported on older Python versions ([#1409](https://github.com/asdf-vm/asdf-core-go/issues/1409)) ([7460809](https://github.com/asdf-vm/asdf-core-go/commit/74608098cdfc70c2d2e85d1f3861500ef668a041)) +* don't generate on error if backup file doesn't exists ([#1057](https://github.com/asdf-vm/asdf-core-go/issues/1057)) ([288468f](https://github.com/asdf-vm/asdf-core-go/commit/288468f93f6c5cb4e7cca1173d4ad73154d0d564)) +* don't invoke asdf inside asdf commands ([#1208](https://github.com/asdf-vm/asdf-core-go/issues/1208)) ([27f7ef7](https://github.com/asdf-vm/asdf-core-go/commit/27f7ef78529649534b8383daa58e4b370b3cbd7f)) +* don't override existing ASDF_DIR ([#1008](https://github.com/asdf-vm/asdf-core-go/issues/1008)) ([73efc9f](https://github.com/asdf-vm/asdf-core-go/commit/73efc9fa97744c49c5004ee8bb9b6064b6ce22f2)) +* **elvish:** prepend asdf paths to `$PATH` ([#1174](https://github.com/asdf-vm/asdf-core-go/issues/1174)) ([682b7a1](https://github.com/asdf-vm/asdf-core-go/commit/682b7a1d6dc1a35f7f8b0ddbab977e0a3dae2c9c)) +* Enable `pipefail` ([#1608](https://github.com/asdf-vm/asdf-core-go/issues/1608)) ([4085e55](https://github.com/asdf-vm/asdf-core-go/commit/4085e5542bac824ea124610ad247c2f90d1b8d93)) +* enforce & use consistent function definitions ([#1464](https://github.com/asdf-vm/asdf-core-go/issues/1464)) ([e0fd7a7](https://github.com/asdf-vm/asdf-core-go/commit/e0fd7a7be8bbbbf0f3cb6dc38cea3b62963eb0c9)) +* enforce consistent shell redirection format ([#1533](https://github.com/asdf-vm/asdf-core-go/issues/1533)) ([1bc205e](https://github.com/asdf-vm/asdf-core-go/commit/1bc205e8aa61287c766c673acb8f0d4f9c6ee249)) +* ensure shims get created when data dir has spaces ([#996](https://github.com/asdf-vm/asdf-core-go/issues/996)) ([39c9999](https://github.com/asdf-vm/asdf-core-go/commit/39c9999519a1d3c51ffb3b8dddd141dbc29b3bd1)) +* excludes "milestone" releases in "latest" command ([#1307](https://github.com/asdf-vm/asdf-core-go/issues/1307)) ([5334d1d](https://github.com/asdf-vm/asdf-core-go/commit/5334d1db3d390c46ed49101528f74483eb6b2987)), closes [#1306](https://github.com/asdf-vm/asdf-core-go/issues/1306) +* **fish:** don't resolve symlinks for ASDF_DIR ([#1583](https://github.com/asdf-vm/asdf-core-go/issues/1583)) ([d1a563d](https://github.com/asdf-vm/asdf-core-go/commit/d1a563dcc0107d5c631f73b114044898b5cadcf9)) +* **fish:** use builtin realpath over system one ([#1637](https://github.com/asdf-vm/asdf-core-go/issues/1637)) ([5ac3032](https://github.com/asdf-vm/asdf-core-go/commit/5ac30328a7bbd1a8d974bb5fb1f14d8bd2d1e03f)) +* **fish:** use PATH instead of fish_user_paths ([#1709](https://github.com/asdf-vm/asdf-core-go/issues/1709)) ([28a1c75](https://github.com/asdf-vm/asdf-core-go/commit/28a1c75a070ce06485afa4c923f0342f95760572)) +* Fix plugin-test arg parsing ([#1084](https://github.com/asdf-vm/asdf-core-go/issues/1084)) ([c911f2d](https://github.com/asdf-vm/asdf-core-go/commit/c911f2d43198945f21bb25100c9dab5a375c780b)) +* fixing bats ([#1215](https://github.com/asdf-vm/asdf-core-go/issues/1215)) ([a9caa5b](https://github.com/asdf-vm/asdf-core-go/commit/a9caa5bdffca5401798fb37e6f34af933b6ce0d2)) +* force lwrcase plugin name fix capitalization mismatch errs ([#1400](https://github.com/asdf-vm/asdf-core-go/issues/1400)) ([196a05b](https://github.com/asdf-vm/asdf-core-go/commit/196a05b2dcef48f3a281350734c76ba7bc73fa81)) +* format command-reshim ([43d6fef](https://github.com/asdf-vm/asdf-core-go/commit/43d6fef000a2d7ab5ab2cc662f7d066d3489e8b1)) +* full_version_name is not available here ([#1031](https://github.com/asdf-vm/asdf-core-go/issues/1031)) ([8490526](https://github.com/asdf-vm/asdf-core-go/commit/84905265467c9fdf618c11f69a5ae71408e18bea)) +* get invalid ASDF_DATA_DIR when exec asdf shims by non-shell ([#1154](https://github.com/asdf-vm/asdf-core-go/issues/1154)) ([b9962f7](https://github.com/asdf-vm/asdf-core-go/commit/b9962f71564ce77cf97772cc100b80f9d77019b1)) +* **golang-rewrite:** `asdf exec` and `asdf env` command fixes ([22b64de](https://github.com/asdf-vm/asdf-core-go/commit/22b64deefc7e5cd7342634997f0fd12aa6f612f5)) +* **golang-rewrite:** add missing goreleaser argument ([405de52](https://github.com/asdf-vm/asdf-core-go/commit/405de52c4785153fc7160fa83590d035f9fbc7bf)) +* **golang-rewrite:** allow directories returned by list-bin-paths to be absent from the file system ([c871a0f](https://github.com/asdf-vm/asdf-core-go/commit/c871a0fd9fee93b775c50a90e7954608bff23456)) +* **golang-rewrite:** attempt to fix goreleaser GitHub workflow ([47fa2fe](https://github.com/asdf-vm/asdf-core-go/commit/47fa2fe90e044b6b9b545afe07500ecec3274e8b)) +* **golang-rewrite:** comment out all BATS tests ([518fa5f](https://github.com/asdf-vm/asdf-core-go/commit/518fa5f251c739222fac603e9d792f1e4091bd08)) +* **golang-rewrite:** correct go build command in lint workflow ([bbf8e89](https://github.com/asdf-vm/asdf-core-go/commit/bbf8e8908e79b180ca84d58e5711ab50b8619bc2)) +* **golang-rewrite:** fix dependencies script on linux ([b28327c](https://github.com/asdf-vm/asdf-core-go/commit/b28327c2dc26e0b586963d3be11bbde5fa847d29)) +* **golang-rewrite:** set dependencies between release-build jobs ([6818b51](https://github.com/asdf-vm/asdf-core-go/commit/6818b518972db2d44f04ffdad9eadd0ec791b458)) +* **golang-rewrite:** try to fix goreleaser ([f291f7a](https://github.com/asdf-vm/asdf-core-go/commit/f291f7a18b17005aa33c3ec8a6b6753bbf420098)) +* **golang-rewrite:** try to get goreleaser action to generate snapshot builds ([7c2a826](https://github.com/asdf-vm/asdf-core-go/commit/7c2a82673390a74f39a98f1ab62ced755fd0c350)) +* **golang-rewrite:** update detect-changes logic for Golang tests ([48dc691](https://github.com/asdf-vm/asdf-core-go/commit/48dc6910c46cfe752a8c6f9d057f4264efe92c32)) +* help for extension commands for plugins with hyphens in the name. ([#1048](https://github.com/asdf-vm/asdf-core-go/issues/1048)) ([3e0cb9a](https://github.com/asdf-vm/asdf-core-go/commit/3e0cb9aaea7f2bf282a18c4912454737fef0741b)) +* help text as per new feats in [#633](https://github.com/asdf-vm/asdf-core-go/issues/633) ([#991](https://github.com/asdf-vm/asdf-core-go/issues/991)) ([0d95663](https://github.com/asdf-vm/asdf-core-go/commit/0d956635b5cabe35f0895121929e8e668a3ee03d)) +* improve formatting of ballad ([#1367](https://github.com/asdf-vm/asdf-core-go/issues/1367)) ([e0c2c31](https://github.com/asdf-vm/asdf-core-go/commit/e0c2c31fc3274387efdddebe1450f0662f91a726)) +* improve lint and test scripts ([#1607](https://github.com/asdf-vm/asdf-core-go/issues/1607)) ([b320803](https://github.com/asdf-vm/asdf-core-go/commit/b3208031204aabad6e85346155baacab16862da8)) +* improve readability of the non-set `nullglob` guard ([#1545](https://github.com/asdf-vm/asdf-core-go/issues/1545)) ([f273612](https://github.com/asdf-vm/asdf-core-go/commit/f273612155188f62cf8daf584d5581cd4214daf4)) +* incorrect usage of grep ([#1035](https://github.com/asdf-vm/asdf-core-go/issues/1035)) ([30d27cb](https://github.com/asdf-vm/asdf-core-go/commit/30d27cbe6b358cd790fb66dbc8a14806eca23f05)) +* insert error handling in list-all & download plugin scripts ([#881](https://github.com/asdf-vm/asdf-core-go/issues/881)) ([a7d3661](https://github.com/asdf-vm/asdf-core-go/commit/a7d3661f6c53b24ae1c21e93f94209f3af243349)) +* instead /tmp, use TMPDIR if defined ([9113623](https://github.com/asdf-vm/asdf-core-go/commit/91136234e90b5fe8718338f513fa770c99151d3e)) +* Introduce `ASDF_FORCE_PREPEND` variable on POSIX entrypoint ([#1560](https://github.com/asdf-vm/asdf-core-go/issues/1560)) ([5b7d0fe](https://github.com/asdf-vm/asdf-core-go/commit/5b7d0fea0a10681d89dd7bf4010e0a39e6696841)) +* latest --all correctly report plugins as missing ([#1118](https://github.com/asdf-vm/asdf-core-go/issues/1118)) ([aafe1e5](https://github.com/asdf-vm/asdf-core-go/commit/aafe1e5304c2d2a026831976c18faa6fb48d25bc)) +* lint & style errors in `bin/asdf` ([#1516](https://github.com/asdf-vm/asdf-core-go/issues/1516)) ([13c0e2f](https://github.com/asdf-vm/asdf-core-go/commit/13c0e2fab0e9ad4dccf72b6f5586fb32458b8709)) +* lint errors from `scripts/checkstyle.py` ([#1385](https://github.com/asdf-vm/asdf-core-go/issues/1385)) ([3492043](https://github.com/asdf-vm/asdf-core-go/commit/3492043241e466337c5965a6fe2e089147bc4152)) +* lint scripts for local and CI ([#961](https://github.com/asdf-vm/asdf-core-go/issues/961)) ([5dafbc8](https://github.com/asdf-vm/asdf-core-go/commit/5dafbc8e390eacbcfcf97d6d2890e0aa6ef9cd60)) +* list `asdf version` command under help.txt UTILS section ([#1673](https://github.com/asdf-vm/asdf-core-go/issues/1673)) ([92bf962](https://github.com/asdf-vm/asdf-core-go/commit/92bf96264522c938ad34c4c905896fc8dcdfd6ab)) +* local plugin in then clause too ([#1203](https://github.com/asdf-vm/asdf-core-go/issues/1203)) ([448f750](https://github.com/asdf-vm/asdf-core-go/commit/448f750891a4366f45d905b112ad20d4be66c496)) +* Make asdf.fish compatible with Fish 3.1.2 ([#1590](https://github.com/asdf-vm/asdf-core-go/issues/1590)) ([e83d71e](https://github.com/asdf-vm/asdf-core-go/commit/e83d71e43f525453994eb4cfda8ad66f8b914529)) +* make fish shell setup match other shells ([#1209](https://github.com/asdf-vm/asdf-core-go/issues/1209)) ([6fc4bb8](https://github.com/asdf-vm/asdf-core-go/commit/6fc4bb8fc650e73152ce326267f89df6865cdd24)) +* mv dev dep from repo root to subdir to avoid clash ([#1408](https://github.com/asdf-vm/asdf-core-go/issues/1408)) ([5df70da](https://github.com/asdf-vm/asdf-core-go/commit/5df70dadacd66b4150ed47e58c861418c0d1281f)) +* newline after error msg for ASDF_DIR ([#1113](https://github.com/asdf-vm/asdf-core-go/issues/1113)) ([ac2791e](https://github.com/asdf-vm/asdf-core-go/commit/ac2791e49f7fcdbeb420415d8ddcb5f17bcf296e)) +* no longer write temporary files to home directory ([#1592](https://github.com/asdf-vm/asdf-core-go/issues/1592)) ([624604a](https://github.com/asdf-vm/asdf-core-go/commit/624604a8626dc6006d78121d4cf0f6c920449c56)) +* nushell language syntax update ([#1624](https://github.com/asdf-vm/asdf-core-go/issues/1624)) ([0ddab5d](https://github.com/asdf-vm/asdf-core-go/commit/0ddab5dfaf28ad97c84a6aa56b08ccc212e07b4d)) +* nushell PATH conversion to list before filter ([#1471](https://github.com/asdf-vm/asdf-core-go/issues/1471)) ([cd0e12b](https://github.com/asdf-vm/asdf-core-go/commit/cd0e12b3ee4090242b884ac4aea0f65784e52946)) +* Nushell plugin list --urls ([#1507](https://github.com/asdf-vm/asdf-core-go/issues/1507)) ([9363fb2](https://github.com/asdf-vm/asdf-core-go/commit/9363fb2f72e7fa08d3580b22d465af48a7d37031)) +* nushell plugin list all ([#1501](https://github.com/asdf-vm/asdf-core-go/issues/1501)) ([#1502](https://github.com/asdf-vm/asdf-core-go/issues/1502)) ([c5b8b3c](https://github.com/asdf-vm/asdf-core-go/commit/c5b8b3c128b48e1531f6d03d2083435f413a4738)) +* **nushell:** Use `def --env` instead of `def-env` ([#1681](https://github.com/asdf-vm/asdf-core-go/issues/1681)) ([ec919c4](https://github.com/asdf-vm/asdf-core-go/commit/ec919c4d02643ca43348d0b1af86692322ef2a10)) +* only iterate over directories in the plugins/ directory ([#1228](https://github.com/asdf-vm/asdf-core-go/issues/1228)) ([788ccab](https://github.com/asdf-vm/asdf-core-go/commit/788ccab5971cb828cf25364b0df5ed6f5e9e713d)) +* pipe find into while ([26d2c64](https://github.com/asdf-vm/asdf-core-go/commit/26d2c64477a1faabedd9a5f97aa7da706988cd72)) +* plugin extension commands to not require `bin/` directory ([#1643](https://github.com/asdf-vm/asdf-core-go/issues/1643)) ([61420ad](https://github.com/asdf-vm/asdf-core-go/commit/61420ad90829b2c9bf1ca16681a2eb652adcc755)) +* plugin update portability ([#924](https://github.com/asdf-vm/asdf-core-go/issues/924)) ([d7b62d2](https://github.com/asdf-vm/asdf-core-go/commit/d7b62d2e920d2395f8812e5a5ff9d34b2986c452)) +* Prepend asdf directories to the PATH in Nushell ([#1496](https://github.com/asdf-vm/asdf-core-go/issues/1496)) ([745950c](https://github.com/asdf-vm/asdf-core-go/commit/745950c3589c4047a5b94b34bc9cf06dff5dc3c7)) +* Prevent unbound variable error with nounset in asdf.sh ([#1158](https://github.com/asdf-vm/asdf-core-go/issues/1158)) ([b7dd291](https://github.com/asdf-vm/asdf-core-go/commit/b7dd291c983af321af20550fa89bf1cfbc888aec)) +* Quote commands correctly in plugin-test ([#1078](https://github.com/asdf-vm/asdf-core-go/issues/1078)) ([69ff2d0](https://github.com/asdf-vm/asdf-core-go/commit/69ff2d0c9a4fd273c9dac151345f60f7b146e569)) +* regex validate plugin names on plugin add cmd ([#1010](https://github.com/asdf-vm/asdf-core-go/issues/1010)) ([7697e6e](https://github.com/asdf-vm/asdf-core-go/commit/7697e6e344809ab4603d0764fb8a969c2bbaf3b6)) +* Remove `==` inside `[` ([#1421](https://github.com/asdf-vm/asdf-core-go/issues/1421)) ([d81b81f](https://github.com/asdf-vm/asdf-core-go/commit/d81b81f9de2dc5961624464df04cef7cafae588c)) +* remove comments from whole file instead of line by line for performance ([#1198](https://github.com/asdf-vm/asdf-core-go/issues/1198)) ([de6e22f](https://github.com/asdf-vm/asdf-core-go/commit/de6e22f909946f7d17047f4aeab41e581546b674)) +* Remove files containing only `asdf` wrapper functions ([#1525](https://github.com/asdf-vm/asdf-core-go/issues/1525)) ([00fee78](https://github.com/asdf-vm/asdf-core-go/commit/00fee78423de0e399f5705bb483e599e39b707c9)) +* remove find -print0 ([b9228a2](https://github.com/asdf-vm/asdf-core-go/commit/b9228a26de6a0337a7b59fb5252323d368a72a92)) +* remove leading asterick in Fish completion ([#1543](https://github.com/asdf-vm/asdf-core-go/issues/1543)) ([198ced5](https://github.com/asdf-vm/asdf-core-go/commit/198ced50327b20b136cb6ec165610d37334a2962)) +* Remove unecessary backslashes ([#1384](https://github.com/asdf-vm/asdf-core-go/issues/1384)) ([15faf93](https://github.com/asdf-vm/asdf-core-go/commit/15faf93a0d3615834e550ea1562fb6b8cee5a205)) +* Remove usage of `$(pwd)` in favor of `$PWD` ([f522ab9](https://github.com/asdf-vm/asdf-core-go/commit/f522ab98797345d767b239041246dfb4b740423e)) +* rename internal function `asdf_tool_versions_filename` ([#1544](https://github.com/asdf-vm/asdf-core-go/issues/1544)) ([b36ec73](https://github.com/asdf-vm/asdf-core-go/commit/b36ec7338654abc3773314147540dfa8297b48b8)) +* rename internal plugin repository functions ([#1537](https://github.com/asdf-vm/asdf-core-go/issues/1537)) ([5367f1f](https://github.com/asdf-vm/asdf-core-go/commit/5367f1f09079070c7b47551dc453c686991564a0)) +* rework POSIX entrypoint for greater shell support ([#1480](https://github.com/asdf-vm/asdf-core-go/issues/1480)) ([3379af8](https://github.com/asdf-vm/asdf-core-go/commit/3379af845ed2e281703bc0e9e4f388a7845edc2a)) +* Sed improvements ([#1087](https://github.com/asdf-vm/asdf-core-go/issues/1087)) ([4b93bc8](https://github.com/asdf-vm/asdf-core-go/commit/4b93bc81aa982b72621cd09e71eeea71ee009185)) +* sed re error trailing backslash on FreeBSD ([#1046](https://github.com/asdf-vm/asdf-core-go/issues/1046)). ([#1047](https://github.com/asdf-vm/asdf-core-go/issues/1047)) ([47e8fb0](https://github.com/asdf-vm/asdf-core-go/commit/47e8fb051b3577d251376976d5767c520f3524fc)) +* set default shell version values on POSIX entrypoint ([#1594](https://github.com/asdf-vm/asdf-core-go/issues/1594)) ([4d5f22d](https://github.com/asdf-vm/asdf-core-go/commit/4d5f22ddb89ce53e24b1ab1cbefce3be95238a19)) +* shellcheck errors and typo ([6af66dc](https://github.com/asdf-vm/asdf-core-go/commit/6af66dc88cc079de560f08f53734709b22d212ba)) +* shorthand grep options for alpine support ([#1106](https://github.com/asdf-vm/asdf-core-go/issues/1106)) ([234778a](https://github.com/asdf-vm/asdf-core-go/commit/234778a397f19c398d2f76a0321fef3273c9a086)) +* support `asdf shim-versions` completions in fish & bash ([#1554](https://github.com/asdf-vm/asdf-core-go/issues/1554)) ([99623d7](https://github.com/asdf-vm/asdf-core-go/commit/99623d7eac0fe17e330a950c71b7ba378f656b2c)) +* support latest with filter on local and global ([#633](https://github.com/asdf-vm/asdf-core-go/issues/633)) ([5cf8f89](https://github.com/asdf-vm/asdf-core-go/commit/5cf8f8962fbd5fe2bc86856bc4676f88e1aa8885)) +* support nushell v0.75.0 ([#1481](https://github.com/asdf-vm/asdf-core-go/issues/1481)) ([dd8d399](https://github.com/asdf-vm/asdf-core-go/commit/dd8d3999d41cfdd8518a9ea478929b5291b8838c)) +* typo and refactor on top of master ([0c263ad](https://github.com/asdf-vm/asdf-core-go/commit/0c263ad70090dd832215ff20f12dd4e14855fdbe)) +* Typo in POSIX entrypoint ([#1562](https://github.com/asdf-vm/asdf-core-go/issues/1562)) ([6b2ebf5](https://github.com/asdf-vm/asdf-core-go/commit/6b2ebf575ff98d3970b518de04238d30804a40d1)) +* update elvish to 0.18.0 ([5a89563](https://github.com/asdf-vm/asdf-core-go/commit/5a89563c0a37f244fa3daa46c5100b7711edde1d)) +* update event trigger for doc-version workflow ([#1232](https://github.com/asdf-vm/asdf-core-go/issues/1232)) ([0bc8c3a](https://github.com/asdf-vm/asdf-core-go/commit/0bc8c3ab6895b88c96bff86f5f79575ee80cc718)) +* update GitHub workflows to work private asdf Go fork ([1ebc038](https://github.com/asdf-vm/asdf-core-go/commit/1ebc03888f4ed51b1ce3f919312f502121989850)) +* update plugin-add regex to support other languages ([#1241](https://github.com/asdf-vm/asdf-core-go/issues/1241)) ([92d005d](https://github.com/asdf-vm/asdf-core-go/commit/92d005dacd2ec434a9d912ab9938b59ab1b7c51f)), closes [#1237](https://github.com/asdf-vm/asdf-core-go/issues/1237) +* updating references to legacy github.io site ([#1240](https://github.com/asdf-vm/asdf-core-go/issues/1240)) ([738306b](https://github.com/asdf-vm/asdf-core-go/commit/738306bc5d1c53a22c06e4d6d3ddb6d511dc5d50)) +* use ELVISH_VERSION to specify elvish test version ([#1276](https://github.com/asdf-vm/asdf-core-go/issues/1276)) ([72c3a23](https://github.com/asdf-vm/asdf-core-go/commit/72c3a2377a1afa3027c6f29cb9f3f1a7fbddaa8c)) +* Use more idiomatic fish ([#1042](https://github.com/asdf-vm/asdf-core-go/issues/1042)) ([847ec73](https://github.com/asdf-vm/asdf-core-go/commit/847ec73751ced9d149ce0826309fee0f894ca664)) +* use universal scope for fish_user_paths ([#1699](https://github.com/asdf-vm/asdf-core-go/issues/1699)) ([e02e91c](https://github.com/asdf-vm/asdf-core-go/commit/e02e91c2f911ab508ce5156c3b833522b05b9d2f)) +* wait until the plugin update are finished ([#1037](https://github.com/asdf-vm/asdf-core-go/issues/1037)) ([7e1f2a0](https://github.com/asdf-vm/asdf-core-go/commit/7e1f2a0d938052d4fa5ce6546f07b3decbd740cf)) +* warn if `.tool-versions` or asdfrc contains carriage returns ([#1561](https://github.com/asdf-vm/asdf-core-go/issues/1561)) ([097f773](https://github.com/asdf-vm/asdf-core-go/commit/097f7733d67aaf8d0dca1c793407babbdf6f8394)) +* warn if plugin does not support keeping downloads if configured ([#1644](https://github.com/asdf-vm/asdf-core-go/issues/1644)) ([b000882](https://github.com/asdf-vm/asdf-core-go/commit/b00088211911e043516a31799cc871da76bac693)) +* warn when any ./lib/commands are marked as executable ([#1593](https://github.com/asdf-vm/asdf-core-go/issues/1593)) ([2043a09](https://github.com/asdf-vm/asdf-core-go/commit/2043a09574bdfdfcf2daf2fdb3bff2d9d2dad64e)) + + +### Performance Improvements + +* only create dirs if they do not already exist ([#1566](https://github.com/asdf-vm/asdf-core-go/issues/1566)) ([6a553b5](https://github.com/asdf-vm/asdf-core-go/commit/6a553b545acf6cb0d7f392b024078f2bcdbeaa27)) + ## [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..3eefcb9d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.14.0 +1.0.0