From 631d76cd162e7ace5d8aa4c2f2396daddd0fe484 Mon Sep 17 00:00:00 2001 From: "Spencer C. Imbleau" Date: Sun, 26 May 2024 12:39:24 -0400 Subject: [PATCH] fix: semver (#23) Yank 0.1.1, change to v0.2.0 --------- Co-authored-by: Daniel McNab <36049421+DJMcNab@users.noreply.github.com> --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc52d3a..4a8071f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ Subheadings to categorize changes are `added, changed, deprecated, removed, fixe ## Unreleased -## v0.1.1 +## v0.2.0 ### Changed diff --git a/Cargo.toml b/Cargo.toml index ce2a707..d90b601 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ members = ["examples/with_winit", "examples/run_wasm", "examples/scenes"] [workspace.package] edition = "2021" -version = "0.1.1" +version = "0.2.0" license = "Apache-2.0 OR MIT" repository = "https://github.com/linebender/velato" [package]