Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
langston-barrett committed Dec 23, 2024
1 parent f5f1ad5 commit e5e9bb6
Show file tree
Hide file tree
Showing 10 changed files with 31 additions and 24 deletions.
18 changes: 9 additions & 9 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/treereduce-c/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "treereduce-c"
description = "Fast, parallel, syntax-aware program reducer for C"
version = "0.3.0"
version = "0.3.1"
keywords = ["program-reducer", "minimization", "test-case-reduction", "c"]
edition = "2021"
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
Expand All @@ -12,5 +12,5 @@ repository = "https://github.com/langston-barrett/treereduce"

[dependencies]
anyhow = "1.0"
treereduce = { version = "0.3.0", path = "../treereduce", features = ["cli"] }
treereduce = { version = "0.3.1", path = "../treereduce", features = ["cli"] }
tree-sitter-c = "0.20"
4 changes: 2 additions & 2 deletions crates/treereduce-java/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "treereduce-java"
description = "Fast, parallel, syntax-aware program reducer for Java"
version = "0.3.0"
version = "0.3.1"
keywords = ["program-reducer", "minimization", "test-case-reduction", "java"]
edition = "2021"
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
Expand All @@ -12,5 +12,5 @@ repository = "https://github.com/langston-barrett/treereduce"

[dependencies]
anyhow = "1"
treereduce = { version = "0.3.0", path = "../treereduce", features = ["cli"] }
treereduce = { version = "0.3.1", path = "../treereduce", features = ["cli"] }
tree-sitter-java = { version = "0.20", git = 'https://github.com/tree-sitter/tree-sitter-java' }
4 changes: 2 additions & 2 deletions crates/treereduce-javascript/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "treereduce-javascript"
description = "Fast, parallel, syntax-aware program reducer for JavaScript"
version = "0.3.0"
version = "0.3.1"
keywords = ["program-reducer", "minimization", "test-case-reduction", "javascript"]
edition = "2021"
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
Expand All @@ -12,5 +12,5 @@ repository = "https://github.com/langston-barrett/treereduce"

[dependencies]
anyhow = "1"
treereduce = { version = "0.3.0", path = "../treereduce", features = ["cli"] }
treereduce = { version = "0.3.1", path = "../treereduce", features = ["cli"] }
tree-sitter-javascript = "0.20"
4 changes: 2 additions & 2 deletions crates/treereduce-lua/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "treereduce-lua"
description = "Fast, parallel, syntax-aware program reducer for Lua"
version = "0.3.0"
version = "0.3.1"
keywords = ["program-reducer", "minimization", "test-case-reduction", "lua"]
edition = "2021"
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
Expand All @@ -12,5 +12,5 @@ repository = "https://github.com/langston-barrett/treereduce"

[dependencies]
anyhow = "1"
treereduce = { version = "0.3.0", path = "../treereduce", features = ["cli"] }
treereduce = { version = "0.3.1", path = "../treereduce", features = ["cli"] }
tree-sitter-lua = "0.0.19"
4 changes: 2 additions & 2 deletions crates/treereduce-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "treereduce-rust"
description = "Fast, parallel, syntax-aware program reducer for Rust"
version = "0.3.0"
version = "0.3.1"
keywords = ["program-reducer", "minimization", "test-case-reduction", "rust"]
edition = "2021"
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
Expand All @@ -12,5 +12,5 @@ repository = "https://github.com/langston-barrett/treereduce"

[dependencies]
anyhow = "1.0"
treereduce = { version = "0.3.0", path = "../treereduce", features = ["cli"] }
treereduce = { version = "0.3.1", path = "../treereduce", features = ["cli"] }
tree-sitter-rust = "0.20"
4 changes: 2 additions & 2 deletions crates/treereduce-souffle/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "treereduce-souffle"
description = "Fast, parallel, syntax-aware program reducer for Soufflé"
version = "0.3.0"
version = "0.3.1"
keywords = ["program-reducer", "minimization", "test-case-reduction", "souffle"]
edition = "2021"
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
Expand All @@ -12,5 +12,5 @@ repository = "https://github.com/langston-barrett/treereduce"

[dependencies]
anyhow = "1.0"
treereduce = { version = "0.3.0", path = "../treereduce", features = ["cli"] }
treereduce = { version = "0.3.1", path = "../treereduce", features = ["cli"] }
tree-sitter-souffle = { version = "0.4.0" }
4 changes: 2 additions & 2 deletions crates/treereduce-swift/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "treereduce-swift"
description = "Fast, parallel, syntax-aware program reducer for Swift"
version = "0.3.0"
version = "0.3.1"
keywords = ["program-reducer", "minimization", "test-case-reduction", "swift"]
edition = "2021"
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
Expand All @@ -12,5 +12,5 @@ repository = "https://github.com/langston-barrett/treereduce"

[dependencies]
anyhow = "1.0"
treereduce = { version = "0.3.0", path = "../treereduce", features = ["cli"] }
treereduce = { version = "0.3.1", path = "../treereduce", features = ["cli"] }
tree-sitter-swift = "0.4.3"
2 changes: 1 addition & 1 deletion crates/treereduce/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "treereduce"
description = "Fast, syntax-aware, multi-language program reducer based on delta debugging"
version = "0.3.0"
version = "0.3.1"
keywords = ["program-reducer", "minimization", "test-case-reduction"]
edition = "2021"
authors = ["Langston Barrett <langston.barrett@gmail.com>"]
Expand Down
7 changes: 7 additions & 0 deletions doc/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

<!-- https://keepachangelog.com/en/1.0.0/ -->

## [0.3.1] - 2024-12-23

### Fixed

- A bug that caused hangs with multiple threads
- A bug that caused only one pass to perform reductions

## [0.3.0] - 2023-07-17

### Added
Expand Down

0 comments on commit e5e9bb6

Please sign in to comment.