diff --git a/CHANGELOG.md b/CHANGELOG.md index edb68f8..bf65981 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.3.0] - 2024-12-09 #### Added diff --git a/Cargo.lock b/Cargo.lock index a57557c..5291fad 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -204,7 +204,7 @@ dependencies = [ [[package]] name = "cairo-coverage" -version = "0.3.0-rc0" +version = "0.3.0" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index b6eb4d7..a22cca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.package] -version = "0.3.0-rc0" +version = "0.3.0" edition = "2021" [workspace.dependencies]