Skip to content

Commit

Permalink
[version] release of 0.1.0 (#7)
Browse files Browse the repository at this point in the history
* CHANGELOG

* update release workflow
  • Loading branch information
nerdai authored Feb 12, 2025
1 parent 59b1ed2 commit 13b358a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ jobs:
run: cargo publish
env:
CARGO_REGISTRY_TOKEN: ${{ secrets.CRATES_TOKEN }}

release_github:
needs: publish_crate
runs-on: ubuntu-latest
steps:
- name: Create GitHub Release
id: create_release
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/).
## Unreleased

...

## [0.1.0] - 2025-02-12

### Added

- Implemented reading time functionality (#4)
- Added main CLI binary (#5)
- Added AIPRHeaderSettings configuration (#2)
- Implemented find_aipr_links regex pattern

### Changed

- Updated README and Rust documentation (#6)
- Improved link replacement functionality (#3)

0 comments on commit 13b358a

Please sign in to comment.