diff --git a/CHANGELOG.md b/CHANGELOG.md index 2fd7113..67d3dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.3](https://github.com/oxc-project/editorconfig-parser/compare/v0.0.2...v0.0.3) - 2025-12-18 + +### Added + +- Support cwd as root directory ([#5](https://github.com/oxc-project/editorconfig-parser/pull/5)) + ## [0.0.2](https://github.com/oxc-project/editorconfig-parser/compare/v0.0.1...v0.0.2) - 2025-12-10 ### Added diff --git a/Cargo.lock b/Cargo.lock index b148c5b..03c17de 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -23,7 +23,7 @@ dependencies = [ [[package]] name = "editorconfig-parser" -version = "0.0.2" +version = "0.0.3" dependencies = [ "globset", ] diff --git a/Cargo.toml b/Cargo.toml index 6ed0d13..7e9326d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "editorconfig-parser" -version = "0.0.2" +version = "0.0.3" authors = ["Boshen "] categories = [] edition = "2024"