From fa4bca5f966758b12f5c0a0e970c0afa35bff4a9 Mon Sep 17 00:00:00 2001 From: DeveloperC Date: Thu, 12 Dec 2024 01:48:17 +0000 Subject: [PATCH] chore: release 1.0.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 36 +++++++++++++++++++++++++++++++++++ README.md | 2 +- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 11fea0f..7dca81b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.0"} +{".":"1.0.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ad18f5..935c5c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,41 @@ # Changelog +## 1.0.1 (2024-12-12) + +## 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 +* ci: converting to earthly/actions-setup@v1 by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/67 +* docs: removing Continuous Integration (CI) badge by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/68 +* ci: correcting release-please type by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/69 +* ci: Alpine migration for pinning/updating all dependencies by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/71 +* ci: adding Renovate GitHub Workflow Earthly updating by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/77 +* chore(deps): update dependency alpine_3_20/python3 to v3.12.8-r1 by @renovate in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/81 +* chore(deps): update earthly/earthly docker tag to v0.8.15 by @renovate in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/78 +* ci: removing name referencing Earthly version by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/82 +* chore(deps): update dependency developerc286/conventional_commits_linter to v0.14.3 by @renovate in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/79 + +## 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 diff --git a/README.md b/README.md index 8ca5ccb..3a4c2c9 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ You first need to clone zsh-simple-abbreviations. ```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" ```