Skip to content

Commit e0a8e8a

Browse files
committed
Bump version
1 parent d391fcc commit e0a8e8a

File tree

5 files changed

+15
-9
lines changed

5 files changed

+15
-9
lines changed

CHANGELOG.md

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

3+
## 2.1.1
4+
5+
- Fix typo in "Configuration files" section of README.md ([#1538](https://github.com/trailofbits/necessist/pull/1538))—thanks [@jasonpetro](https://github.com/jasonpetro)
6+
- Upgrade `rewriter` to version 0.2 ([#1540](https://github.com/trailofbits/necessist/pull/1540))
7+
- Fix typo in "Possible theoretical foundation" section of README.md ([#1542](https://github.com/trailofbits/necessist/pull/1542))—thanks [@willyross](https://github.com/willyross)
8+
39
## 2.1.0
410

511
- Remove deprecated `anchor-ts` and `hardhat-ts` framework aliases ([#1483](https://github.com/trailofbits/necessist/pull/1483))

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.

backends/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-backends"
3-
version = "2.1.0"
3+
version = "2.1.1"
44
edition = "2024"
55

66
description = "necessist-backends"
@@ -12,7 +12,7 @@ repository = "https://github.com/trailofbits/necessist"
1212
build = "build/main.rs"
1313

1414
[dependencies]
15-
necessist-core = { version = "=2.1.0", path = "../core" }
15+
necessist-core = { version = "=2.1.1", path = "../core" }
1616

1717
anyhow = "1.0"
1818
assert_cmd = "2.0"

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 = "2.1.0"
3+
version = "2.1.1"
44
edition = "2024"
55

66
description = "necessist-core"

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 = "2.1.0"
3+
version = "2.1.1"
44
edition = "2024"
55

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

1212
[dependencies]
13-
necessist-backends = { version = "=2.1.0", path = "../backends" }
14-
necessist-core = { version = "=2.1.0", path = "../core", features = ["clap"] }
13+
necessist-backends = { version = "=2.1.1", path = "../backends" }
14+
necessist-core = { version = "=2.1.1", path = "../core", features = ["clap"] }
1515

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

0 commit comments

Comments
 (0)