From a9520a0dfdab89c1fae4f6549bc861300d1733c5 Mon Sep 17 00:00:00 2001 From: Simon Ask Ulsnes Date: Thu, 8 May 2025 09:05:16 +0200 Subject: [PATCH] Release 0.18.0 --- CHANGELOG.md | 3 ++- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e754e08..4146504 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.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## Unreleased +## [0.18.0] - 2025-05-08 ### Fixes @@ -473,6 +473,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Initial release. +[0.18.0]: https://github.com/simonask/glamour/compare/v0.17.0...v0.18.0 [0.17.0]: https://github.com/simonask/glamour/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/simonask/glamour/compare/v0.15.0...v0.16.0 [0.15.0]: https://github.com/simonask/glamour/compare/v0.14.1...v0.15.0 diff --git a/Cargo.toml b/Cargo.toml index 2b910d7..5d257d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ members = [ "codegen-check","tests/wasmtime-guest"] [package] name = "glamour" -version = "0.17.0" +version = "0.18.0" edition = "2024" description = "Strongly typed linear algebra with glam" authors = ["Simon Ask Ulsnes "]