diff --git a/CHANGELOG.md b/CHANGELOG.md index d22bbff..af4c8d0 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-rc0] - 2024-11-21 #### Fixed diff --git a/Cargo.lock b/Cargo.lock index 3e51945..966c26f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -201,7 +201,7 @@ dependencies = [ [[package]] name = "cairo-coverage" -version = "0.2.0" +version = "0.3.0-rc0" dependencies = [ "anyhow", "assert_fs", diff --git a/Cargo.toml b/Cargo.toml index ce4ea87..1e0e5b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ members = [ ] [workspace.package] -version = "0.2.0" +version = "0.3.0-rc0" edition = "2021" [workspace.dependencies]