File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ members = [
77]
88
99[workspace .package ]
10- version = " 0.1.0 "
10+ version = " 0.1.1 "
1111edition = " 2021"
1212authors = [" codemod-pilot contributors" ]
1313license = " Apache-2.0"
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ name = "codemod-pilot"
1616path = " 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 " }
2121clap.workspace = true
2222colored.workspace = true
2323similar.workspace = true
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ categories.workspace = true
1212description = " 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 " }
1616tree-sitter.workspace = true
1717tree-sitter-javascript.workspace = true
1818tree-sitter-typescript.workspace = true
You can’t perform that action at this time.
0 commit comments