diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..23f5dc2 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +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] + +## [0.2.0](https://github.com/bjackman/local-ci/compare/v0.1.0...v0.1.1) - 2024-11-23 + +This is the first "proper" relase. I've added documentation and the initial featureset. \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index 932cfe1..f4ae5c9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -987,7 +987,7 @@ dependencies = [ [[package]] name = "limmat" -version = "0.1.0" +version = "0.2.0" dependencies = [ "ansi-control-codes", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index d65fc72..f1d1f50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "limmat" -version = "0.1.0" +version = "0.2.0" edition = "2021" license = "GPL-3.0-only" description = "Tool to run continuous tests locally on Git revision ranges."