Skip to content

Commit 142e751

Browse files
committed
Bump version
1 parent c73741f commit 142e751

File tree

5 files changed

+13
-9
lines changed

5 files changed

+13
-9
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.4.8
4+
5+
- Update `swc_core` to version 0.91 ([#1085](https://github.com/trailofbits/necessist/pull/1085))
6+
37
## 0.4.7
48

59
- Update `libsqlite3-sys` to version 0.28 ([#1048](https://github.com/trailofbits/necessist/pull/1048))

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "necessist-core"
3-
version = "0.4.7"
3+
version = "0.4.8"
44
edition = "2021"
55

66
description = "necessist-core"

frameworks/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "necessist-frameworks"
3-
version = "0.4.7"
3+
version = "0.4.8"
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.7", path = "../core" }
13+
necessist-core = { version = "=0.4.8", path = "../core" }
1414

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

necessist/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "necessist"
3-
version = "0.4.7"
3+
version = "0.4.8"
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.7", path = "../core", features = ["clap"] }
14-
necessist-frameworks = { version = "=0.4.7", path = "../frameworks" }
13+
necessist-core = { version = "=0.4.8", path = "../core", features = ["clap"] }
14+
necessist-frameworks = { version = "=0.4.8", path = "../frameworks" }
1515

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

0 commit comments

Comments
 (0)