Skip to content

Commit

Permalink
v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 5, 2023
1 parent 9dacc3c commit f17ab48
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ jobs:
--locked \
--release \
--target=${{ matrix.target }}
cp target/${{ matrix.target }}/release/${{ env.NAME }} ${{ env.NAME }}_${{ matrix.target }}
- name: Upload binaries
uses: ncipollo/release-action@v1
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

<!-- https://keepachangelog.com/en/1.0.0/ -->

## [0.1.2] - 2023-10-05

- Fix release CI artifact uploads

## [0.1.1] - 2023-10-05

- Fix license identifier in `Cargo.toml`
Expand All @@ -13,3 +17,4 @@ Initial release!

[0.1.0]: https://github.com/GaloisInc/yapall/releases/tag/v0.1.0
[0.1.1]: https://github.com/GaloisInc/yapall/releases/tag/v0.1.1
[0.1.2]: https://github.com/GaloisInc/yapall/releases/tag/v0.1.2
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "yapall"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
license = "BSD-3-Clause"
description = "Yet Another Pointer Analysis for LLVM"
Expand Down

0 comments on commit f17ab48

Please sign in to comment.