diff --git a/CHANGES.rst b/CHANGES.rst index 235d218..5887fe9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,12 @@ Version History Unreleased ---------- +- Nothing yet + + +v0.2.0 +------ + - Add ``PathModuleBase`` ABC to support path syntax customization. - Add CI. Thank you Edgar Ramírez Mondragón! - Return paths with trailing slashes if a glob pattern ends with a slash. diff --git a/pyproject.toml b/pyproject.toml index bdbd433..1985a69 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pathlib_abc" -version = "0.1.1" +version = "0.2.0" authors = [ { name="Barney Gale", email="barney.gale@gmail.com" }, ]