Skip to content

Commit

Permalink
v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Oct 5, 2023
1 parent 2c0313a commit 9dacc3c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,14 @@

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

## [0.1.1] - 2023-10-05

- Fix license identifier in `Cargo.toml`
- Fix version number in `Cargo.toml`

## [0.1.0] - 2023-10-05

Initial release!

[0.1.0]: https://github.com/GaloisInc/yapall/releases/tag/v0.1.0
[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
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.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "yapall"
version = "0.0.0"
version = "0.1.1"
edition = "2021"
license = "BSD-3"
license = "BSD-3-Clause"
description = "Yet Another Pointer Analysis for LLVM"

# https://nnethercote.github.io/perf-book/build-configuration.html
Expand Down

0 comments on commit 9dacc3c

Please sign in to comment.