Skip to content

Commit e8b7f47

Browse files
authored
Merge pull request #3 from wellkilo/chore/bump-version-0.1.1
Bump version to 0.1.1 and update CHANGELOG
2 parents 281ba2a + 4a46af1 commit e8b7f47

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737

3838
[Unreleased]: https://github.com/codemod-pilot/codemod-pilot/compare/v0.1.0...HEAD
3939
[0.1.0]: https://github.com/codemod-pilot/codemod-pilot/releases/tag/v0.1.0
40+
41+
## [0.1.1] - 2026-04-08
42+
### Changed
43+
- Updated README documentation

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ members = [
77
]
88

99
[workspace.package]
10-
version = "0.1.0"
10+
version = "0.1.1"
1111
edition = "2021"
1212
authors = ["codemod-pilot contributors"]
1313
license = "Apache-2.0"

crates/codemod-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ name = "codemod-pilot"
1616
path = "src/main.rs"
1717

1818
[dependencies]
19-
codemod-core = { path = "../codemod-core", version = "0.1.0" }
20-
codemod-languages = { path = "../codemod-languages", version = "0.1.0" }
19+
codemod-core = { path = "../codemod-core", version = "0.1.1" }
20+
codemod-languages = { path = "../codemod-languages", version = "0.1.1" }
2121
clap.workspace = true
2222
colored.workspace = true
2323
similar.workspace = true

crates/codemod-languages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories.workspace = true
1212
description = "Language support plugins for codemod-pilot"
1313

1414
[dependencies]
15-
codemod-core = { path = "../codemod-core", version = "0.1.0" }
15+
codemod-core = { path = "../codemod-core", version = "0.1.1" }
1616
tree-sitter.workspace = true
1717
tree-sitter-javascript.workspace = true
1818
tree-sitter-typescript.workspace = true

0 commit comments

Comments
 (0)