Skip to content

Commit db4a5e6

Browse files
chore: release 1.5.0 (#75)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0973cab commit db4a5e6

File tree

5 files changed

+25
-6
lines changed

5 files changed

+25
-6
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/asdf-community/asdf-plugin-manager/compare/v1.4.0...v1.5.0) (2025-05-30)
4+
5+
6+
### Miscellaneous
7+
8+
* release 1.5.0 ([b311465](https://github.com/asdf-community/asdf-plugin-manager/commit/b3114657533bd3c452278af7d6878bc6a2e0d9ab))
9+
10+
11+
### Refactors
12+
13+
* update for compatibility with asdf v0.16 ([#71](https://github.com/asdf-community/asdf-plugin-manager/issues/71)) ([c279829](https://github.com/asdf-community/asdf-plugin-manager/commit/c2798294e3a5f84200ae607e3ebeabe41ed761a8))
14+
* use grep -E instead of egrep ([#70](https://github.com/asdf-community/asdf-plugin-manager/issues/70)) ([00ba8ab](https://github.com/asdf-community/asdf-plugin-manager/commit/00ba8ab35e1e8eb5e6506d2967dfc9c002691fee))
15+
16+
17+
### CI/CD
18+
19+
* auto update version in readme and cli ([#76](https://github.com/asdf-community/asdf-plugin-manager/issues/76)) ([bf686ea](https://github.com/asdf-community/asdf-plugin-manager/commit/bf686eabf16391b00639a98c74fd53efe227570c))
20+
* use release-please config ([#73](https://github.com/asdf-community/asdf-plugin-manager/issues/73)) ([796bd01](https://github.com/asdf-community/asdf-plugin-manager/commit/796bd01984009caa6b29c08694e3ff37457106d8))
21+
322
## [1.4.0](https://github.com/asdf-community/asdf-plugin-manager/compare/v1.3.1...v1.4.0) (2024-09-23)
423

524

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ First, setup `asdf-plugin-manager` as asdf plugin in asdf:
7171
```shell
7272
asdf plugin add asdf-plugin-manager https://github.com/asdf-community/asdf-plugin-manager.git
7373
# Pin the asdf-plugin-manager version using git tag or even better using git hash which is immutable.
74-
asdf plugin update asdf-plugin-manager v1.3.1
74+
asdf plugin update asdf-plugin-manager v1.5.0
7575
```
7676
<!-- x-release-please-end -->
7777

@@ -80,10 +80,10 @@ Then, install the actual `asdf-plugin-manager` CLI:
8080
<!-- x-release-please-start-version -->
8181
```shell
8282
# Install specific version
83-
asdf install asdf-plugin-manager 1.3.1
83+
asdf install asdf-plugin-manager 1.5.0
8484

8585
# Set the plugin version (on your ~/.tool-versions file)
86-
asdf set asdf-plugin-manager 1.3.1
86+
asdf set asdf-plugin-manager 1.5.0
8787

8888
# Now asdf-plugin-manager command is available
8989
asdf-plugin-manager version

cli/asdf-plugin-manager.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ set -eo pipefail
77
#
88

99
# x-release-please-start-version
10-
VERSION=1.4.0
10+
VERSION=1.5.0
1111
# x-release-please-end
1212
PLUGIN_VERSIONS_FILENAME="${ASDF_PLUGIN_MANAGER_PLUGIN_VERSIONS_FILENAME:-.plugin-versions}"
1313
ADD_CLEAN="${ASDF_PLUGIN_MANAGER_ADD_CLEAN:-FALSE}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.5.0

0 commit comments

Comments
 (0)