Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
smoelius committed Mar 19, 2024
1 parent 9086e88 commit a3b2773
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.6

- Update `heck` to version 0.5 ([#1034](https://github.com/trailofbits/necessist/pull/1034))

## 0.4.5

- Eliminate reliance on `is-terminal` ([#1008](https://github.com/trailofbits/necessist/pull/1008) and [7878f3e](https://github.com/trailofbits/necessist/commit/7878f3e15337f090207823be7153482e44031292))
Expand Down
6 changes: 3 additions & 3 deletions 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 core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "necessist-core"
version = "0.4.5"
version = "0.4.6"
edition = "2021"

description = "necessist-core"
Expand Down
4 changes: 2 additions & 2 deletions frameworks/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "necessist-frameworks"
version = "0.4.5"
version = "0.4.6"
edition = "2021"

description = "necessist-frameworks"
Expand All @@ -10,7 +10,7 @@ license = "AGPL-3.0"
repository = "https://github.com/trailofbits/necessist"

[dependencies]
necessist-core = { version = "=0.4.5", path = "../core" }
necessist-core = { version = "=0.4.6", path = "../core" }

anyhow = "1.0"
assert_cmd = "2.0"
Expand Down
6 changes: 3 additions & 3 deletions necessist/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "necessist"
version = "0.4.5"
version = "0.4.6"
edition = "2021"

description = "necessist"
Expand All @@ -10,8 +10,8 @@ license = "AGPL-3.0"
repository = "https://github.com/trailofbits/necessist"

[dependencies]
necessist-core = { version = "=0.4.5", path = "../core", features = ["clap"] }
necessist-frameworks = { version = "=0.4.5", path = "../frameworks" }
necessist-core = { version = "=0.4.6", path = "../core", features = ["clap"] }
necessist-frameworks = { version = "=0.4.6", path = "../frameworks" }

anyhow = { version = "1.0", features = ["backtrace"] }
clap = "4.5"
Expand Down

0 comments on commit a3b2773

Please sign in to comment.