Skip to content

Commit

Permalink
Release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jan 23, 2024
1 parent 5405421 commit ad532f9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 26 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,3 @@ jobs:
run: cargo login ${{ secrets.CARGO_REGISTRY_TOKEN }}
- name: Publish
run: cargo publish --locked

clean-artifacts:
name: Clean artifacts
if: always()
needs: [release]
steps:
- name: Clean artifacts
uses: geekyeggo/delete-artifact@v2
with:
name: artifacts
runs-on: ubuntu-latest
22 changes: 11 additions & 11 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ license = "GPL-3.0/MIT"
name = "unescaper"
readme = "README.md"
repository = "https:/hack-ink/unescaper"
version = "0.1.3"
version = "0.1.4"

[profile.ci-dev]
incremental = false
Expand All @@ -22,8 +22,5 @@ inherits = "dev"
inherits = "release"
lto = true

[badges]
maintenance = { status = "actively-developed" }

[dependencies]
thiserror = { version = "1.0" }

0 comments on commit ad532f9

Please sign in to comment.