From 9c806b3361c97ac280193ebe1f0b12547f2aa9fe Mon Sep 17 00:00:00 2001 From: Devon Carew Date: Mon, 14 Apr 2025 13:51:03 -0700 Subject: [PATCH] prep for publishing 2.1.5 --- CHANGELOG.md | 2 +- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 477f1009..8fc07278 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 2.1.5-wip +## 2.1.5 - Fixed `operator -()` of Quaternion (Contributed by tlserver) - Fixed `Matrix3.rotationY` direction (Contributed by tlserver, moritzblume) diff --git a/pubspec.yaml b/pubspec.yaml index 2661fb01..69f40984 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: vector_math -version: 2.1.5-wip +version: 2.1.5 description: A Vector Math library for 2D and 3D applications. repository: https://github.com/google/vector_math.dart