-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
701a61b
commit 21a78f9
Showing
2 changed files
with
37 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
{} | ||
{".":"1.0.0"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2024-03-01) | ||
|
||
## What's Changed | ||
* ci: adding GitHub Actions linting workflow by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/4 | ||
* docs: updating issues URL to GitHub by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/6 | ||
* docs: removing GitLab CI/CD badges by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/7 | ||
* ci: adding clean Git history GitHub action by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/8 | ||
* docs: adding GitHub Release badge by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/9 | ||
* ci: adding Conventional Commits linting by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/10 | ||
* ci: adding release-please by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/13 | ||
* ci: updating release-please language by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/14 | ||
* perf: improving regex matching performance by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/17 | ||
* refactor: quoting usage of environment variables by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/19 | ||
* refactor: uppercasing global environment variable by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/20 | ||
* refactor: converting to unset rather than remove by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/21 | ||
* refactor: converting to set rather than add by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/22 | ||
* feat: removing '--version' option by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/24 | ||
* feat: removing '--list' option by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/25 | ||
* build: adding shell formatting check by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/26 | ||
* docs: adding Continuous Integration (CI) badge by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/29 | ||
* build: adding YAML formatting check by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/30 | ||
* test: adding end to end tests by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/31 | ||
* fix: No such shell function `__zsh_simple_abbreviations::expand' by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/32 | ||
* fix: correcting matching regex by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/34 | ||
* style: adding source code shell formatting by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/35 | ||
* build: cargo install --locked by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/39 | ||
* build: adding ci scripts shell linting by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/38 | ||
* docs: correcting README.md usage examples by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/40 | ||
* fix: not expanding on arguments or environment variables by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/41 | ||
* docs: removing incorrect comment by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/42 | ||
* fix: updates zsh-autosuggestions after widgets by @DeveloperC286 in /~https://github.com/DeveloperC286/zsh-simple-abbreviations/pull/43 | ||
|
||
|
||
**Full Changelog**: /~https://github.com/DeveloperC286/zsh-simple-abbreviations/compare/0.3.0...v1.0.0 |