Skip to content

Commit

Permalink
Merge branch 'release/0.5.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
FloGa committed Aug 5, 2023
2 parents a60da48 + 6b73357 commit c30183b
Show file tree
Hide file tree
Showing 16 changed files with 1,404 additions and 874 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Release
on:
push:
branches:
- master
- 'hotfix/**'
- 'release/**'
tags-ignore:
- '_**'

workflow_dispatch:

Expand All @@ -17,7 +16,7 @@ jobs:
test-args: -- --include-ignored

call-release-workflow:
uses: FloGa/rust-workflows/.github/workflows/release.yml@0.2.0
uses: FloGa/rust-workflows/.github/workflows/release.yml@0.4.0
with:
targets-config: ./.github/targets.json
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ jobs:
run-check: true
run-clippy: true
run-fmt: true
test-args: ${{ inputs.test-args }}
test-args: --workspace ${{ inputs.test-args }}
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# Changes in 0.5.0

- Split application and lib into workspaces

- Don't use Result as parameter

In the lib it does not make sense to do error handling from the CLI.
This should happen in the CLI module.

- Use IntoIterator to be more flexible

- Add some integration tests

# Changes in 0.4.1

- Update dependencies to get security fixes
Expand Down
Loading

0 comments on commit c30183b

Please sign in to comment.