diff --git a/CHANGELOG.md b/CHANGELOG.md index 96633bbf4..9be492e73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,138 @@ # Changelog +## [0.12.0](https://github.com/hyperupcall/asdf/compare/v0.11.3...v0.12.0) (2023-03-28) + + +### ⚠ BREAKING CHANGES + +* rework POSIX entrypoint for greater shell support ([#1480](https://github.com/hyperupcall/asdf/issues/1480)) + +### Features + +* add post update plugin support ([#1049](https://github.com/hyperupcall/asdf/issues/1049)) ([304f72d](https://github.com/hyperupcall/asdf/commit/304f72dbb207606fd82c04ee2c73cf11e9e6e0cc)) +* asdf latest defer to plugin to determine the latest version ([#938](https://github.com/hyperupcall/asdf/issues/938)) ([664d82e](https://github.com/hyperupcall/asdf/commit/664d82ed8a734eb30988840829a972f8ddd8e523)) +* case-insensitive filtering of unstable versions in `latest` ([#1139](https://github.com/hyperupcall/asdf/issues/1139)) ([e61e3d9](https://github.com/hyperupcall/asdf/commit/e61e3d9ade0d7bdfb4413184284038c50ba1e09c)) +* cmd to print debug information ([#787](https://github.com/hyperupcall/asdf/issues/787)) ([8ca2af3](https://github.com/hyperupcall/asdf/commit/8ca2af3316be03f980598c5dbcb8152b6b56e96a)) +* **completions:** bash improvements ([#1329](https://github.com/hyperupcall/asdf/issues/1329)) ([7c802c3](https://github.com/hyperupcall/asdf/commit/7c802c3fc9b5dc556993a98e5aaf96650cbb0d5b)) +* configurable plugin repo last check time ([#957](https://github.com/hyperupcall/asdf/issues/957)) ([1716afa](https://github.com/hyperupcall/asdf/commit/1716afa02125aa322d8a688ff4b3e95f2e08b33c)) +* Disable short-name repository with config value ([#1227](https://github.com/hyperupcall/asdf/issues/1227)) ([18caea3](https://github.com/hyperupcall/asdf/commit/18caea3eb7d989d195cf13b3c9ffc2058d906fc5)) +* display plugin repo refs alongside urls in info cmd ([#1014](https://github.com/hyperupcall/asdf/issues/1014)) ([cd0a6a7](https://github.com/hyperupcall/asdf/commit/cd0a6a779eb18236fe7bf1f84403e33e636ef1f3)) +* Displays a warning when a plugin from the tools-version list does not exist ([#1033](https://github.com/hyperupcall/asdf/issues/1033)) ([9430a39](https://github.com/hyperupcall/asdf/commit/9430a39aef1dbf806a8954d71711747be1001076)) +* Elvish Shell support ([#1066](https://github.com/hyperupcall/asdf/issues/1066)) ([cc7778a](https://github.com/hyperupcall/asdf/commit/cc7778a040751f6801524135f5f5ece3a748fa8c)) +* **latest:** adds the flag --all to the latest command ([#1096](https://github.com/hyperupcall/asdf/issues/1096)) ([f85fef5](https://github.com/hyperupcall/asdf/commit/f85fef533f249df5a9f58307d288f2f069351e88)) +* mark current resolved versions in `asdf list` output ([#762](https://github.com/hyperupcall/asdf/issues/762)) ([5ea6795](https://github.com/hyperupcall/asdf/commit/5ea67953be74cb5fde11240dc40a541c69afc65c)) +* plugin documentation callback support 🎉 ([#757](https://github.com/hyperupcall/asdf/issues/757)) ([cc0023b](https://github.com/hyperupcall/asdf/commit/cc0023b022c6db52ab46885430805fe7e0804bfc)) +* support for "latest" in shell, local, and global ([#802](https://github.com/hyperupcall/asdf/issues/802)) ([0edb505](https://github.com/hyperupcall/asdf/commit/0edb50547c21b3c7f4f1379b898b7fef7e9a2da3)) +* support nushell ([#1355](https://github.com/hyperupcall/asdf/issues/1355)) ([274a638](https://github.com/hyperupcall/asdf/commit/274a638e155c08cd0d6dbda1a0d4da02c3466c97)) +* toggle off repo sync completely ([#1011](https://github.com/hyperupcall/asdf/issues/1011)) ([a3ba5a7](https://github.com/hyperupcall/asdf/commit/a3ba5a794c07efb4aa9cce9c15d41b4b61d5df01)) +* upgrade elvish to 0.17.0 ([#1159](https://github.com/hyperupcall/asdf/issues/1159)) ([824550e](https://github.com/hyperupcall/asdf/commit/824550ed2009c7e8c4c84afd7a01197d451c47bf)) + + +### Bug Fixes + +* _where_ bug when multiple versions are selected ([#790](https://github.com/hyperupcall/asdf/issues/790)) ([77a748d](https://github.com/hyperupcall/asdf/commit/77a748d70a8c9ddf9588546801c5535b5d1edb3a)), closes [#690](https://github.com/hyperupcall/asdf/issues/690) +* <plugin update all> to latest commit on default branch for each plugin ([#800](https://github.com/hyperupcall/asdf/issues/800)) ([456d8e3](https://github.com/hyperupcall/asdf/commit/456d8e36ca76b36b848453a63b54ffeb214bce7e)) +* `asdf info` show BASH_VERSION & all asdf envs ([#1513](https://github.com/hyperupcall/asdf/issues/1513)) ([a1b5eee](https://github.com/hyperupcall/asdf/commit/a1b5eeec1caf605c0e4c80748703b9e227b57aeb)) +* `reshim` did not rewrite executable path ([#1311](https://github.com/hyperupcall/asdf/issues/1311)) ([5af7625](https://github.com/hyperupcall/asdf/commit/5af76257693d1f560b9c27c9cdcc6f5a5a33c4d5)) +* add asdf to list of banned commands ([#1224](https://github.com/hyperupcall/asdf/issues/1224)) ([39909e0](https://github.com/hyperupcall/asdf/commit/39909e01af2bbf23fc821de5cec6c5c9661c59bb)) +* add missing "does not add paths to PATH more than once" test for elvish ([#1275](https://github.com/hyperupcall/asdf/issues/1275)) ([3c55167](https://github.com/hyperupcall/asdf/commit/3c55167a6807b48cacaaed18df7bf0db2526ed59)) +* Add test for nushell integration and fix some bugs ([#1415](https://github.com/hyperupcall/asdf/issues/1415)) ([60d4494](https://github.com/hyperupcall/asdf/commit/60d4494d5d21f9d7bdd0778ca962ddb44280aff7)) +* Adds "grep -P" to the list of banned commands ([#1064](https://github.com/hyperupcall/asdf/issues/1064)) ([8a515f4](https://github.com/hyperupcall/asdf/commit/8a515f49d7443ee318badbd4d8f092ad0d8f04ca)) +* Allow `path:` versions to use `~` ([#1403](https://github.com/hyperupcall/asdf/issues/1403)) ([670c96d](https://github.com/hyperupcall/asdf/commit/670c96d1a6d6d2c19ff63ce2ed14f784c340e9b9)) +* allow plugin callbacks to be in any language ([#995](https://github.com/hyperupcall/asdf/issues/995)) ([2ad0f5e](https://github.com/hyperupcall/asdf/commit/2ad0f5ea452bd8f843951c4a9cc56a020e172b07)) +* always use ASDF_DEFAULT_TOOL_VERSIONS_FILENAME for filename when present ([#1238](https://github.com/hyperupcall/asdf/issues/1238)) ([711ad99](https://github.com/hyperupcall/asdf/commit/711ad991043a1980fa264098f29e78f2ecafd610)), closes [#1082](https://github.com/hyperupcall/asdf/issues/1082) +* append trailing newline to .tool-versions files when missing ([#1310](https://github.com/hyperupcall/asdf/issues/1310)) ([eb7dac3](https://github.com/hyperupcall/asdf/commit/eb7dac3a2b15ad458f55a897d49a377508ea92fe)), closes [#1299](https://github.com/hyperupcall/asdf/issues/1299) +* asdf shell command docs & help output ([#737](https://github.com/hyperupcall/asdf/issues/737)) ([f5c7dae](https://github.com/hyperupcall/asdf/commit/f5c7dae331af14563de141dc0500234bab03f4a7)) +* assign default values to all internal variables ([#1518](https://github.com/hyperupcall/asdf/issues/1518)) ([86477ee](https://github.com/hyperupcall/asdf/commit/86477ee8dea14ab63faf7132133304855a647fde)) +* Ban `ls` command ([#1141](https://github.com/hyperupcall/asdf/issues/1141)) ([87137e4](https://github.com/hyperupcall/asdf/commit/87137e41031f17b30acf12ee35925e689c84e2d8)) +* ban grep long flags ([#1117](https://github.com/hyperupcall/asdf/issues/1117)) ([6e4c39c](https://github.com/hyperupcall/asdf/commit/6e4c39c244a289a54f235cf15a29874fb8885927)) +* ban the sort -V command ([#755](https://github.com/hyperupcall/asdf/issues/755)) ([aef4ae8](https://github.com/hyperupcall/asdf/commit/aef4ae8b5abced2225ea0359b643cf9901558074)) +* Ban use of 'test' ([#1383](https://github.com/hyperupcall/asdf/issues/1383)) ([ec972cb](https://github.com/hyperupcall/asdf/commit/ec972cbdf0acbecf70e3678c055e27866c49341d)) +* bash completion for latest command ([#1472](https://github.com/hyperupcall/asdf/issues/1472)) ([2606a87](https://github.com/hyperupcall/asdf/commit/2606a875eba8d74be56c78c97a76f3eb92c8253d)) +* Better handling with paths that include spaces ([#1485](https://github.com/hyperupcall/asdf/issues/1485)) ([bbcbddc](https://github.com/hyperupcall/asdf/commit/bbcbddcdd4ffa0f49c3772b66d87331420fa5727)) +* broken link in contributing.md ([#852](https://github.com/hyperupcall/asdf/issues/852)) ([90b92b9](https://github.com/hyperupcall/asdf/commit/90b92b99be8fb8f482e0c41e5e867302ed97806e)) +* CI formatting use editorconfig ([#751](https://github.com/hyperupcall/asdf/issues/751)) ([50feef2](https://github.com/hyperupcall/asdf/commit/50feef2a777af222ad6a73c19dc113e0c100a012)) +* clarify the wording when no version is set ([#1088](https://github.com/hyperupcall/asdf/issues/1088)) ([4116284](https://github.com/hyperupcall/asdf/commit/41162849cf5c966c749ec435ebe32bd649a86ee8)) +* completions for asdf plugin list ([#1061](https://github.com/hyperupcall/asdf/issues/1061)) ([43412aa](https://github.com/hyperupcall/asdf/commit/43412aad5f668686daa058505a61c070561b46fc)) +* consistent system completion ([#911](https://github.com/hyperupcall/asdf/issues/911)) ([f4a80b5](https://github.com/hyperupcall/asdf/commit/f4a80b53df851e4d2af7921211b60d48773ccb8d)) +* consistent use of plugin_name ([c69ed91](https://github.com/hyperupcall/asdf/commit/c69ed91886f6977c539c5c81e90c0de1eaf6f008)) +* correct order of checks in conditional for adding a missing newline ([#1418](https://github.com/hyperupcall/asdf/issues/1418)) ([4125d2b](https://github.com/hyperupcall/asdf/commit/4125d2b5560efc646e6048202ceb00fffd0b9eaf)), closes [#1417](https://github.com/hyperupcall/asdf/issues/1417) +* Correct typo on getting started page ([#1086](https://github.com/hyperupcall/asdf/issues/1086)) ([4321980](https://github.com/hyperupcall/asdf/commit/4321980c3385ac1bafd77503c8ec77b26042d05b)) +* delete instructions to add dependencies with Homebrew ([#937](https://github.com/hyperupcall/asdf/issues/937)) ([24d79d4](https://github.com/hyperupcall/asdf/commit/24d79d4d9256d7d130fbaf8a4b7dc34aeb1b01d7)) +* do not print `find` errors ([#1102](https://github.com/hyperupcall/asdf/issues/1102)) ([5992abb](https://github.com/hyperupcall/asdf/commit/5992abb09e6f5e0af690bf0e99619386187949db)) +* Do not use `pwd` ([dd37b6f](https://github.com/hyperupcall/asdf/commit/dd37b6f0c0ed20d15e3d96b730db82f21c9e2e6f)) +* Do not use type not exported on older Python versions ([#1409](https://github.com/hyperupcall/asdf/issues/1409)) ([7460809](https://github.com/hyperupcall/asdf/commit/74608098cdfc70c2d2e85d1f3861500ef668a041)) +* docs file rename ([#809](https://github.com/hyperupcall/asdf/issues/809)) ([2bf076f](https://github.com/hyperupcall/asdf/commit/2bf076f3d33087966cdb4de52cfdf0042eb7c076)) +* don't generate on error if backup file doesn't exists ([#1057](https://github.com/hyperupcall/asdf/issues/1057)) ([288468f](https://github.com/hyperupcall/asdf/commit/288468f93f6c5cb4e7cca1173d4ad73154d0d564)) +* don't invoke asdf inside asdf commands ([#1208](https://github.com/hyperupcall/asdf/issues/1208)) ([27f7ef7](https://github.com/hyperupcall/asdf/commit/27f7ef78529649534b8383daa58e4b370b3cbd7f)) +* don't override existing ASDF_DIR ([#1008](https://github.com/hyperupcall/asdf/issues/1008)) ([73efc9f](https://github.com/hyperupcall/asdf/commit/73efc9fa97744c49c5004ee8bb9b6064b6ce22f2)) +* **elvish:** prepend asdf paths to `$PATH` ([#1174](https://github.com/hyperupcall/asdf/issues/1174)) ([682b7a1](https://github.com/hyperupcall/asdf/commit/682b7a1d6dc1a35f7f8b0ddbab977e0a3dae2c9c)) +* enforce & use consistent function definitions ([#1464](https://github.com/hyperupcall/asdf/issues/1464)) ([e0fd7a7](https://github.com/hyperupcall/asdf/commit/e0fd7a7be8bbbbf0f3cb6dc38cea3b62963eb0c9)) +* ensure shims get created when data dir has spaces ([#996](https://github.com/hyperupcall/asdf/issues/996)) ([39c9999](https://github.com/hyperupcall/asdf/commit/39c9999519a1d3c51ffb3b8dddd141dbc29b3bd1)) +* excludes "milestone" releases in "latest" command ([#1307](https://github.com/hyperupcall/asdf/issues/1307)) ([5334d1d](https://github.com/hyperupcall/asdf/commit/5334d1db3d390c46ed49101528f74483eb6b2987)), closes [#1306](https://github.com/hyperupcall/asdf/issues/1306) +* fish init command ([#792](https://github.com/hyperupcall/asdf/issues/792)) ([1479ec8](https://github.com/hyperupcall/asdf/commit/1479ec83be6f39776a99d0b8da6fa59580586d93)) +* Fix plugin-test arg parsing ([#1084](https://github.com/hyperupcall/asdf/issues/1084)) ([c911f2d](https://github.com/hyperupcall/asdf/commit/c911f2d43198945f21bb25100c9dab5a375c780b)) +* fixing bats ([#1215](https://github.com/hyperupcall/asdf/issues/1215)) ([a9caa5b](https://github.com/hyperupcall/asdf/commit/a9caa5bdffca5401798fb37e6f34af933b6ce0d2)) +* force lwrcase plugin name fix capitalization mismatch errs ([#1400](https://github.com/hyperupcall/asdf/issues/1400)) ([196a05b](https://github.com/hyperupcall/asdf/commit/196a05b2dcef48f3a281350734c76ba7bc73fa81)) +* format command-reshim ([43d6fef](https://github.com/hyperupcall/asdf/commit/43d6fef000a2d7ab5ab2cc662f7d066d3489e8b1)) +* full_version_name is not available here ([#1031](https://github.com/hyperupcall/asdf/issues/1031)) ([8490526](https://github.com/hyperupcall/asdf/commit/84905265467c9fdf618c11f69a5ae71408e18bea)) +* get invalid ASDF_DATA_DIR when exec asdf shims by non-shell ([#1154](https://github.com/hyperupcall/asdf/issues/1154)) ([b9962f7](https://github.com/hyperupcall/asdf/commit/b9962f71564ce77cf97772cc100b80f9d77019b1)) +* help for extension commands for plugins with hyphens in the name. ([#1048](https://github.com/hyperupcall/asdf/issues/1048)) ([3e0cb9a](https://github.com/hyperupcall/asdf/commit/3e0cb9aaea7f2bf282a18c4912454737fef0741b)) +* help text as per new feats in [#633](https://github.com/hyperupcall/asdf/issues/633) ([#991](https://github.com/hyperupcall/asdf/issues/991)) ([0d95663](https://github.com/hyperupcall/asdf/commit/0d956635b5cabe35f0895121929e8e668a3ee03d)) +* improve formatting of ballad ([#1367](https://github.com/hyperupcall/asdf/issues/1367)) ([e0c2c31](https://github.com/hyperupcall/asdf/commit/e0c2c31fc3274387efdddebe1450f0662f91a726)) +* incorrect usage of grep ([#1035](https://github.com/hyperupcall/asdf/issues/1035)) ([30d27cb](https://github.com/hyperupcall/asdf/commit/30d27cbe6b358cd790fb66dbc8a14806eca23f05)) +* incorrect version output in asdf current ([#746](https://github.com/hyperupcall/asdf/issues/746)) ([e9c149e](https://github.com/hyperupcall/asdf/commit/e9c149ea212cf5bf822bbce8d01aae88caaa30b2)) +* insert error handling in list-all & download plugin scripts ([#881](https://github.com/hyperupcall/asdf/issues/881)) ([a7d3661](https://github.com/hyperupcall/asdf/commit/a7d3661f6c53b24ae1c21e93f94209f3af243349)) +* instead /tmp, use TMPDIR if defined ([9113623](https://github.com/hyperupcall/asdf/commit/91136234e90b5fe8718338f513fa770c99151d3e)) +* latest --all correctly report plugins as missing ([#1118](https://github.com/hyperupcall/asdf/issues/1118)) ([aafe1e5](https://github.com/hyperupcall/asdf/commit/aafe1e5304c2d2a026831976c18faa6fb48d25bc)) +* lint & style errors in `bin/asdf` ([#1516](https://github.com/hyperupcall/asdf/issues/1516)) ([13c0e2f](https://github.com/hyperupcall/asdf/commit/13c0e2fab0e9ad4dccf72b6f5586fb32458b8709)) +* lint errors from `scripts/checkstyle.py` ([#1385](https://github.com/hyperupcall/asdf/issues/1385)) ([3492043](https://github.com/hyperupcall/asdf/commit/3492043241e466337c5965a6fe2e089147bc4152)) +* lint scripts for local and CI ([#961](https://github.com/hyperupcall/asdf/issues/961)) ([5dafbc8](https://github.com/hyperupcall/asdf/commit/5dafbc8e390eacbcfcf97d6d2890e0aa6ef9cd60)) +* local plugin in then clause too ([#1203](https://github.com/hyperupcall/asdf/issues/1203)) ([448f750](https://github.com/hyperupcall/asdf/commit/448f750891a4366f45d905b112ad20d4be66c496)) +* make fish shell setup match other shells ([#1209](https://github.com/hyperupcall/asdf/issues/1209)) ([6fc4bb8](https://github.com/hyperupcall/asdf/commit/6fc4bb8fc650e73152ce326267f89df6865cdd24)) +* mv dev dep from repo root to subdir to avoid clash ([#1408](https://github.com/hyperupcall/asdf/issues/1408)) ([5df70da](https://github.com/hyperupcall/asdf/commit/5df70dadacd66b4150ed47e58c861418c0d1281f)) +* newline after error msg for ASDF_DIR ([#1113](https://github.com/hyperupcall/asdf/issues/1113)) ([ac2791e](https://github.com/hyperupcall/asdf/commit/ac2791e49f7fcdbeb420415d8ddcb5f17bcf296e)) +* nushell PATH conversion to list before filter ([#1471](https://github.com/hyperupcall/asdf/issues/1471)) ([cd0e12b](https://github.com/hyperupcall/asdf/commit/cd0e12b3ee4090242b884ac4aea0f65784e52946)) +* Nushell plugin list --urls ([#1507](https://github.com/hyperupcall/asdf/issues/1507)) ([9363fb2](https://github.com/hyperupcall/asdf/commit/9363fb2f72e7fa08d3580b22d465af48a7d37031)) +* nushell plugin list all ([#1501](https://github.com/hyperupcall/asdf/issues/1501)) ([#1502](https://github.com/hyperupcall/asdf/issues/1502)) ([c5b8b3c](https://github.com/hyperupcall/asdf/commit/c5b8b3c128b48e1531f6d03d2083435f413a4738)) +* only iterate over directories in the plugins/ directory ([#1228](https://github.com/hyperupcall/asdf/issues/1228)) ([788ccab](https://github.com/hyperupcall/asdf/commit/788ccab5971cb828cf25364b0df5ed6f5e9e713d)) +* pipe find into while ([26d2c64](https://github.com/hyperupcall/asdf/commit/26d2c64477a1faabedd9a5f97aa7da706988cd72)) +* plugin test to emit error message when `latest` fails ([#772](https://github.com/hyperupcall/asdf/issues/772)) ([1a01356](https://github.com/hyperupcall/asdf/commit/1a01356935aef4eeae9a5172c063d1f4651ee149)), closes [#756](https://github.com/hyperupcall/asdf/issues/756) +* plugin update portability ([#924](https://github.com/hyperupcall/asdf/issues/924)) ([d7b62d2](https://github.com/hyperupcall/asdf/commit/d7b62d2e920d2395f8812e5a5ff9d34b2986c452)) +* Prepend asdf directories to the PATH in Nushell ([#1496](https://github.com/hyperupcall/asdf/issues/1496)) ([745950c](https://github.com/hyperupcall/asdf/commit/745950c3589c4047a5b94b34bc9cf06dff5dc3c7)) +* Prevent unbound variable error with nounset in asdf.sh ([#1158](https://github.com/hyperupcall/asdf/issues/1158)) ([b7dd291](https://github.com/hyperupcall/asdf/commit/b7dd291c983af321af20550fa89bf1cfbc888aec)) +* print tool-versions file dir on shim error ([#750](https://github.com/hyperupcall/asdf/issues/750)) ([a5c815b](https://github.com/hyperupcall/asdf/commit/a5c815b6d47c47f416006bad2de4b6955af65490)) +* Quote commands correctly in plugin-test ([#1078](https://github.com/hyperupcall/asdf/issues/1078)) ([69ff2d0](https://github.com/hyperupcall/asdf/commit/69ff2d0c9a4fd273c9dac151345f60f7b146e569)) +* regex validate plugin names on plugin add cmd ([#1010](https://github.com/hyperupcall/asdf/issues/1010)) ([7697e6e](https://github.com/hyperupcall/asdf/commit/7697e6e344809ab4603d0764fb8a969c2bbaf3b6)) +* Remove `==` inside `[` ([#1421](https://github.com/hyperupcall/asdf/issues/1421)) ([d81b81f](https://github.com/hyperupcall/asdf/commit/d81b81f9de2dc5961624464df04cef7cafae588c)) +* remove `column` command in favor of awk ([#721](https://github.com/hyperupcall/asdf/issues/721)) ([1b7b4da](https://github.com/hyperupcall/asdf/commit/1b7b4da0a6ac7e878acd556aa47bc71a4d49d4fc)) +* remove automatic compinit ([#678](https://github.com/hyperupcall/asdf/issues/678)) ([3246c26](https://github.com/hyperupcall/asdf/commit/3246c26d52f0d0368110ac96f82d60301b8f6bc8)) +* remove comments from whole file instead of line by line for performance ([#1198](https://github.com/hyperupcall/asdf/issues/1198)) ([de6e22f](https://github.com/hyperupcall/asdf/commit/de6e22f909946f7d17047f4aeab41e581546b674)) +* remove find -print0 ([b9228a2](https://github.com/hyperupcall/asdf/commit/b9228a26de6a0337a7b59fb5252323d368a72a92)) +* remove sort --version-sort from command-latest as list is already sorted ([#700](https://github.com/hyperupcall/asdf/issues/700)) ([0f80ac3](https://github.com/hyperupcall/asdf/commit/0f80ac356730a3a04a378b39a6d964d5938832b6)) +* Remove unecessary backslashes ([#1384](https://github.com/hyperupcall/asdf/issues/1384)) ([15faf93](https://github.com/hyperupcall/asdf/commit/15faf93a0d3615834e550ea1562fb6b8cee5a205)) +* Remove usage of `$(pwd)` in favor of `$PWD` ([f522ab9](https://github.com/hyperupcall/asdf/commit/f522ab98797345d767b239041246dfb4b740423e)) +* revert to commands to precompute brew prefix on addition to shell config ([1a4c1c1](https://github.com/hyperupcall/asdf/commit/1a4c1c15b8505cfe193953db54419cd8406671a1)) +* rework POSIX entrypoint for greater shell support ([#1480](https://github.com/hyperupcall/asdf/issues/1480)) ([3379af8](https://github.com/hyperupcall/asdf/commit/3379af845ed2e281703bc0e9e4f388a7845edc2a)) +* rm asdf current header row for now ([#793](https://github.com/hyperupcall/asdf/issues/793)) ([b178cb0](https://github.com/hyperupcall/asdf/commit/b178cb07a7e9e446bea9e2e3e9090dde52994141)) +* Sed improvements ([#1087](https://github.com/hyperupcall/asdf/issues/1087)) ([4b93bc8](https://github.com/hyperupcall/asdf/commit/4b93bc81aa982b72621cd09e71eeea71ee009185)) +* sed re error trailing backslash on FreeBSD ([#1046](https://github.com/hyperupcall/asdf/issues/1046)). ([#1047](https://github.com/hyperupcall/asdf/issues/1047)) ([47e8fb0](https://github.com/hyperupcall/asdf/commit/47e8fb051b3577d251376976d5767c520f3524fc)) +* shellcheck errors and typo ([6af66dc](https://github.com/hyperupcall/asdf/commit/6af66dc88cc079de560f08f53734709b22d212ba)) +* shims break when POSIXLY_CORRECT=1 ([0de6910](https://github.com/hyperupcall/asdf/commit/0de6910d1f99c9576f8c2e5a916644fed99cddb5)), closes [#581](https://github.com/hyperupcall/asdf/issues/581) +* shorthand grep options for alpine support ([#1106](https://github.com/hyperupcall/asdf/issues/1106)) ([234778a](https://github.com/hyperupcall/asdf/commit/234778a397f19c398d2f76a0321fef3273c9a086)) +* support latest with filter on local and global ([#633](https://github.com/hyperupcall/asdf/issues/633)) ([5cf8f89](https://github.com/hyperupcall/asdf/commit/5cf8f8962fbd5fe2bc86856bc4676f88e1aa8885)) +* support nushell v0.75.0 ([#1481](https://github.com/hyperupcall/asdf/issues/1481)) ([dd8d399](https://github.com/hyperupcall/asdf/commit/dd8d3999d41cfdd8518a9ea478929b5291b8838c)) +* typo and refactor on top of master ([0c263ad](https://github.com/hyperupcall/asdf/commit/0c263ad70090dd832215ff20f12dd4e14855fdbe)) +* typo causing plugin-test to erroneously fail ([b6deb14](https://github.com/hyperupcall/asdf/commit/b6deb141b53e63be92ac5bd5ef80818cd218e212)) +* typo in subshell for fish instructions ([a76880d](https://github.com/hyperupcall/asdf/commit/a76880d25a3f58ec01147eab8b01f34503b903bd)) +* update elvish to 0.18.0 ([5a89563](https://github.com/hyperupcall/asdf/commit/5a89563c0a37f244fa3daa46c5100b7711edde1d)) +* update event trigger for doc-version workflow ([#1232](https://github.com/hyperupcall/asdf/issues/1232)) ([0bc8c3a](https://github.com/hyperupcall/asdf/commit/0bc8c3ab6895b88c96bff86f5f79575ee80cc718)) +* update plugin-add regex to support other languages ([#1241](https://github.com/hyperupcall/asdf/issues/1241)) ([92d005d](https://github.com/hyperupcall/asdf/commit/92d005dacd2ec434a9d912ab9938b59ab1b7c51f)), closes [#1237](https://github.com/hyperupcall/asdf/issues/1237) +* updating references to legacy github.io site ([#1240](https://github.com/hyperupcall/asdf/issues/1240)) ([738306b](https://github.com/hyperupcall/asdf/commit/738306bc5d1c53a22c06e4d6d3ddb6d511dc5d50)) +* use ELVISH_VERSION to specify elvish test version ([#1276](https://github.com/hyperupcall/asdf/issues/1276)) ([72c3a23](https://github.com/hyperupcall/asdf/commit/72c3a2377a1afa3027c6f29cb9f3f1a7fbddaa8c)) +* Use more idiomatic fish ([#1042](https://github.com/hyperupcall/asdf/issues/1042)) ([847ec73](https://github.com/hyperupcall/asdf/commit/847ec73751ced9d149ce0826309fee0f894ca664)) +* wait until the plugin update are finished ([#1037](https://github.com/hyperupcall/asdf/issues/1037)) ([7e1f2a0](https://github.com/hyperupcall/asdf/commit/7e1f2a0d938052d4fa5ce6546f07b3decbd740cf)) + ## [0.11.3](https://github.com/asdf-vm/asdf/compare/v0.11.2...v0.11.3) (2023-03-16) diff --git a/SECURITY.md b/SECURITY.md index d5923ebed..4f2555eef 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -9,7 +9,7 @@ not covered under this security policy.** ``` -0.11.3 +0.12.0 ``` diff --git a/docs/guide/getting-started.md b/docs/guide/getting-started.md index 03edfaf11..6fe5f42ee 100644 --- a/docs/guide/getting-started.md +++ b/docs/guide/getting-started.md @@ -35,7 +35,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell:no-line-numbers -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.12.0 ``` diff --git a/docs/pt-br/guide/getting-started.md b/docs/pt-br/guide/getting-started.md index 9ad55b542..4aff84706 100644 --- a/docs/pt-br/guide/getting-started.md +++ b/docs/pt-br/guide/getting-started.md @@ -39,7 +39,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell:no-line-numbers -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.12.0 ``` diff --git a/docs/zh-hans/guide/getting-started.md b/docs/zh-hans/guide/getting-started.md index fdf70f420..f0d12d272 100644 --- a/docs/zh-hans/guide/getting-started.md +++ b/docs/zh-hans/guide/getting-started.md @@ -35,7 +35,7 @@ asdf primarily requires `git` & `curl`. Here is a _non-exhaustive_ list of comma ```shell:no-line-numbers -git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.11.3 +git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.12.0 ``` diff --git a/version.txt b/version.txt index 1a96df19c..ac454c6a1 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.11.3 +0.12.0