Skip to content

Commit 16a067c

Browse files
author
github-actions
committed
Add release notes for 0.0.2
1 parent 8a3b84d commit 16a067c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

docs/releases/v0.0.2.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Version 0.0.2
2+
3+
This release includes important updates to the CI workflows, ensuring consistency in environment variable usage and command syntax. Additionally, several dependencies have been upgraded to their latest versions, enhancing the overall stability and functionality of the project.
4+
5+
### New Features
6+
7+
- Updated the bump2version command in the GitHub Actions workflow to use the latest syntax, improving version management consistency. (2f9106) (Eric Ma)
8+
- Corrected environment variable casing in the publish-package workflow, ensuring all references are consistent and properly exported. (e126c8) (Eric Ma)
9+
10+
### Bug Fixes
11+
12+
- Fixed the environment variable casing in the publish-package workflow to ensure all commands and file paths use the corrected variable name. (aee8c3) (Eric Ma)
13+
14+
### Dependency Updates
15+
16+
- Bumped `peaceiris/actions-gh-pages` from version 3 to 4, bringing in new features and improvements. (68d5a2) (dependabot[bot])
17+
- Bumped `actions/checkout` from version 2 to 4, enhancing the checkout process in workflows. (cb6f9f) (dependabot[bot])
18+
- Bumped `prefix-dev/setup-pixi` from version 0.8.3 to 0.8.8, providing minor updates and fixes. (961fb3) (dependabot[bot])
19+
- Bumped `pre-commit/action` from version 2.0.0 to 3.0.1, introducing new features and improvements. (8a66fc) (dependabot[bot])

0 commit comments

Comments
 (0)