Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-orr committed Aug 16, 2024
1 parent 5da743e commit 1390dd2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@ jobs:
key: ${{ runner.os }}-cargo-ci-${{ hashFiles('**/Cargo.toml') }}
- name: Install Rust toolchain
uses: dtolnay/rust-toolchain@stable
- name: Run release-plz
uses: MarcoIeni/release-plz-action@v0.5
- name: Publish
run: |
cargo install cargo-workspaces
cargo ws publish --from-git -y
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_PLZ_TOKEN }}
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## `dexterous_developer` - [0.4.0-alpha.0](https://github.com/lee-orr/dexterous_developer/compare/dexterous_developer-v0.3.0..v0.4.0-aplha.0)

- Replace "Simple Builder" with new "Default Builder" that supports building binary crates
- Fix "Failed to find dll" errors causing dexterous_developer to fail on windows (#64)
- Keep all versions of reloaded crate in memory to avoid issues with pointing to elements in an unloaded library
- Fix bug where occasionally the watcher wouldn't trigger a rebuild
- Fix bug where build errors could prevent future build attempts
- add more options to Dexterous.toml

## `dexterous_developer` - [0.3.0](https://github.com/me/my-proj/compare/dexterous_developer-v0.2.0...dexterous_developer-v0.3.0) - 2024-07-04

### Other
Expand Down

0 comments on commit 1390dd2

Please sign in to comment.