Skip to content

Commit

Permalink
🔖 Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lukacan committed Oct 21, 2024
1 parent b2f7bb4 commit 72f4ab1
Show file tree
Hide file tree
Showing 11 changed files with 39 additions and 31 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ incremented upon a breaking change and the patch version will be incremented for

## [dev] - Unreleased


## [0.8.0] - 2024-10-21

**Added**

- impr/ allow to specify programs and accounts in the Trident Manifest ([207](https://github.com/Ackee-Blockchain/trident/pull/207))
Expand Down
26 changes: 19 additions & 7 deletions 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 crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-cli"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
repository = "https://github.com/Ackee-Blockchain/trident"
license-file = "../../LICENSE"
Expand All @@ -9,7 +9,7 @@ description = "Trident is Rust based testing framework providing several conveni

[dependencies]
# TRIDENT
trident-client = { path = "../client", version = "0.7.0" }
trident-client = { path = "../client", version = "0.8.0" }

# MISC
clap = { version = "4", features = ["derive"] }
Expand Down
3 changes: 2 additions & 1 deletion crates/cli/src/howto.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ cargo install honggfuzz

For supported versions check https://ackee.xyz/trident/docs/latest/getting-started/getting-started/#supported-versions

For more info about Honggfuzz installation check https://github.com/rust-fuzz/honggfuzz-rs?tab=readme-ov-file#dependencies

- Initialize ***Trident*** using

Expand Down Expand Up @@ -46,4 +47,4 @@ type InitializeFnSnapshot<'info> = InitializeContextAlias<'info>;
trident fuzz run-hfuzz <FUZZ_TARGET>
```

### For more details, refer to the Trident documentation: https://ackee.xyz/trident/docs/dev/
### For more details, refer to the Trident documentation: https://ackee.xyz/trident/docs/latest/
10 changes: 5 additions & 5 deletions crates/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-client"
version = "0.7.0"
version = "0.8.0"
edition = "2021"
repository = "https://github.com/Ackee-Blockchain/trident"
license-file = "../../LICENSE"
Expand All @@ -10,10 +10,10 @@ description = "The trident_client crate helps you build and deploy an Anchor pro

[dependencies]
# TRIDENT
trident-derive-displayix = { path = "../fuzz/derive/display_ix", version = "0.0.2" }
trident-derive-fuzz-test-executor = { path = "../fuzz/derive/fuzz_test_executor", version = "0.0.2" }
trident-fuzz = { path = "../fuzz", version = "0.1.0" }

trident-derive-displayix = { path = "../fuzz/derive/display_ix", version = "0.0.3" }
trident-derive-fuzz-test-executor = { path = "../fuzz/derive/fuzz_test_executor", version = "0.0.3" }
trident-fuzz = { path = "../fuzz", version = "0.2.0" }
trident-derive-accounts-snapshots = { path = "../fuzz/derive/accounts_snapshots", version = "0.0.2" }
# ANCHOR
# INFO: Anchor-spl is here as dependency only to activate the idl-build feature, so that
# users do not have to do it manually in their program's Cargo.toml
Expand Down
6 changes: 3 additions & 3 deletions crates/client/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"trident_fuzz": "0.1.0",
"trident_derive_accounts_snapshots": "0.0.1",
"trident_client": "0.7.0"
"trident_fuzz": "0.2.0",
"trident_derive_accounts_snapshots": "0.0.2",
"trident_client": "0.8.0"
}
2 changes: 1 addition & 1 deletion crates/fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-fuzz"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/Ackee-Blockchain/trident"
license-file = "../../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion crates/fuzz/derive/accounts_snapshots/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-derive-accounts-snapshots"
version = "0.0.1"
version = "0.0.2"
rust-version = "1.60"
edition = "2021"
license-file = "../../../../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion crates/fuzz/derive/display_ix/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-derive-displayix"
version = "0.0.2"
version = "0.0.3"
rust-version = "1.60"
edition = "2021"
license-file = "../../../../LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion crates/fuzz/derive/fuzz_test_executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "trident-derive-fuzz-test-executor"
version = "0.0.2"
version = "0.0.3"
rust-version = "1.60"
edition = "2021"
license-file = "../../../../LICENSE"
Expand Down
10 changes: 1 addition & 9 deletions documentation/docs/installation/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ hide:

# Installation

!!! tip

Docker Image down below.

!!! important

**Prerequisite**
Expand Down Expand Up @@ -67,6 +63,7 @@ cargo install trident-cli
| ***{{ config.site_name }} CLI*** | ***Anchor*** | ***Solana*** | ***Rust*** | ***Honggfuzz*** |
|-:|-:|-:|-:|-:|
| :material-developer-board: ***`develop`*** | `0.30.1` | `^1.17.4` | `nightly` | `0.5.56` |
| :material-tag: ***`0.8.0`*** | `0.30.1` | `^1.17.4` | `nightly` | `0.5.56` |
| :material-tag: ***`0.7.0`*** | `>=0.29.*`<sup>1</sup> | `^1.17.4` | `nightly` | `0.5.56` |
| :material-tag: ***`0.6.0`*** | `>=0.29.*`<sup>1</sup> | `^1.17` | `nightly` | `0.5.55` |
| :material-tag: ***`0.5.0`*** | `~0.28.*` | `=1.16.6` | - | - |
Expand All @@ -79,8 +76,3 @@ cargo install trident-cli
cargo update [email protected] --precise 0.29.0
cargo update [email protected] --precise 0.29.0
```


## Docker Image

TBD

0 comments on commit 72f4ab1

Please sign in to comment.