diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ce2e4..ff550f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] - ReleaseDate + +## [0.3.0] - 2024-05-26 + ### Added - (#41) When collapsing editable sections, the uneditable context lines between those collapsed editable sections is now also hidden. diff --git a/Cargo.lock b/Cargo.lock index 57648ce..60af7b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -801,7 +801,7 @@ dependencies = [ [[package]] name = "scm-record" -version = "0.2.0" +version = "0.3.0" dependencies = [ "assert_matches", "cassowary", diff --git a/Cargo.toml b/Cargo.toml index 2348190..024475e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" license = "MIT OR Apache-2.0" name = "scm-record" repository = "https://github.com/arxanas/git-branchless" -version = "0.2.0" +version = "0.3.0" # Main consumers to consider: # - git-branchless: https://github.com/arxanas/git-branchless/blob/master/Cargo.toml