Skip to content

Commit 191ffee

Browse files
committed
Bump version
1 parent 2c7374f commit 191ffee

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## 0.4.4
4+
5+
- Update `strum_macros` to version 0.26 ([#975](https://github.com/trailofbits/necessist/pull/975))
6+
- Update `swc_core` to version 0.90 ([#976](https://github.com/trailofbits/necessist/pull/976) and [#992](https://github.com/trailofbits/necessist/pull/992))
7+
- Update `strum` to version 0.26 ([#978](https://github.com/trailofbits/necessist/pull/978))
8+
- Include a copy of Solang's pt.rs in the repository, rather than download it when building ([#986](https://github.com/trailofbits/necessist/pull/986))
9+
310
## 0.4.3
411

512
- Update `swc_core` to version 0.88.1 ([#963](https://github.com/trailofbits/necessist/pull/963))

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "necessist-core"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55

66
description = "necessist-core"

frameworks/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "necessist-frameworks"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55

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

1212
[dependencies]
13-
necessist-core = { version = "=0.4.3", path = "../core" }
13+
necessist-core = { version = "=0.4.4", path = "../core" }
1414

1515
anyhow = "1.0"
1616
assert_cmd = "2.0"

necessist/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "necessist"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55

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

1212
[dependencies]
13-
necessist-core = { version = "=0.4.3", path = "../core", features = ["clap"] }
14-
necessist-frameworks = { version = "=0.4.3", path = "../frameworks" }
13+
necessist-core = { version = "=0.4.4", path = "../core", features = ["clap"] }
14+
necessist-frameworks = { version = "=0.4.4", path = "../frameworks" }
1515

1616
anyhow = { version = "1.0", features = ["backtrace"] }
1717
clap = "4.4"

0 commit comments

Comments
 (0)