From 69d22fa2b07801a84f52e07559995ab62b0a7fd5 Mon Sep 17 00:00:00 2001 From: markm39 Date: Tue, 12 May 2026 15:44:50 -0500 Subject: [PATCH] chore(release): bump version to 0.2.0 --- CHANGELOG.md | 6 ++++++ MathNotesMobileInk.podspec | 2 +- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9363ed2..c0830d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to `@mathnotes/mobile-ink` will be documented here. +## [0.2.0] - 2026-05-12 + +- Defaulted the iOS renderer to the Ganesh/Metal path while keeping CPU selectable for A/B comparison and fallback. +- Added on-device benchmark tooling for replayed strokes, manual notebook recordings, scroll sampling, multi-page suites, eraser, selection, and tool coverage. +- Matched Ganesh output colors to the CPU path for highlighter, selection chrome, and other tool colors. + ## [0.1.0] - 2026-05-07 Initial public release. diff --git a/MathNotesMobileInk.podspec b/MathNotesMobileInk.podspec index 3e36c04..fce2542 100644 --- a/MathNotesMobileInk.podspec +++ b/MathNotesMobileInk.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "MathNotesMobileInk" - s.version = "0.1.0" + s.version = "0.2.0" s.summary = "Native Skia/Metal mobile ink engine for React Native" s.homepage = "https://github.com/mathnotes-app/mobile-ink" s.license = { :type => "Apache-2.0", :file => "LICENSE" } diff --git a/README.md b/README.md index 2385522..c4f7de8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Production-grade React Native ink primitives extracted from the MathNotes canvas npm version npm downloads CI status - GitHub release + GitHub release license

diff --git a/package-lock.json b/package-lock.json index a2eabbc..2834eac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@mathnotes/mobile-ink", - "version": "0.1.0", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@mathnotes/mobile-ink", - "version": "0.1.0", + "version": "0.2.0", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.25.2", diff --git a/package.json b/package.json index 6fbdb7d..0e9c64a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@mathnotes/mobile-ink", - "version": "0.1.0", + "version": "0.2.0", "description": "Production-grade React Native ink engine with native Skia/Metal drawing and continuous canvas primitives.", "license": "Apache-2.0", "author": "BuilderPro LLC",