Skip to content

Commit

Permalink
chore: release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperC286 committed Oct 5, 2024
1 parent 8ca439c commit 43e4122
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.0.0"}
{".":"1.0.1"}
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 1.0.1 (2024-10-05)

## What's Changed
* build: upgrading to Earthly v0.8.4 by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/46
* refactor: replacing tabs with spaces by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/48
* build: adding working directory by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/49
* build: upgrading to Earthly v0.8.6 by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/50
* build: COPY stop repeating target location by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/51
* build: SAVE naming matches COPY by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/52
* build: removing trailing '/' on file copy by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/53
* build: removing '.goreleaser.yaml' references by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/54
* build: SAVE ARTIFACT output location fix by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/55
* build: upgrading to Earthly v0.8.12 by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/56
* ci: using matrix strategy for repeated language jobs by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/57
* ci: moving GitHub Actions workflow formatting check by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/58
* docs: changing URLs to GitHub by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/59
* docs: changing installation instruction to use release by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/60
* ci: replacing deprecated release-please GitHub Action by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/62
* ci: release-please updating README.md's version by @DeveloperC286 in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/63
* chore: Configure Renovate by @renovate in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/64
* chore(deps): update actions/checkout action to v4 by @renovate in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/65

## New Contributors
* @renovate made their first contribution in https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/64

**Full Changelog**: https://github.com/DeveloperC286/zsh-simple-abbreviations/compare/v1.0.0...v1.0.1

## 1.0.0 (2024-03-01)

## What's Changed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ You first need to clone zsh-simple-abbreviations.

<!-- x-release-please-start-version -->
```sh
version="1.0.0" && curl -sL "https://github.com/DeveloperC286/zsh-simple-abbreviations/archive/refs/tags/v${version}.tar.gz" | tar xz --directory "/tmp/" && rm -rf "${HOME}/.zsh-simple-abbreviations" && mv "/tmp/zsh-simple-abbreviations-${version}" "${HOME}/.zsh-simple-abbreviations"
version="1.0.1" && curl -sL "https://github.com/DeveloperC286/zsh-simple-abbreviations/archive/refs/tags/v${version}.tar.gz" | tar xz --directory "/tmp/" && rm -rf "${HOME}/.zsh-simple-abbreviations" && mv "/tmp/zsh-simple-abbreviations-${version}" "${HOME}/.zsh-simple-abbreviations"
```
<!-- x-release-please-end -->

Expand Down

0 comments on commit 43e4122

Please sign in to comment.