inkpen 0.9.0 → 0.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/docs/CHANGELOG.md CHANGED
@@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
 
10
10
  ## [Unreleased]
11
11
 
12
+ ---
13
+
14
+ ## [0.9.2] - 2026-07-11
15
+
16
+ ### Fixed
17
+ - Hardened JavaScript regression coverage so extension gating and markdown round-trip regressions fail CI/release.
18
+ - Fixed markdown round-trip data loss for GFM tables, task lists, links, blockquotes, fenced code blocks, and bold+italic text.
19
+
12
20
  ### Added
13
21
  - VISION.md documenting architecture philosophy and blocks vs sections distinction
14
22
  - Phase 7+ roadmap for Document Sections (true content grouping)
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Inkpen
4
- VERSION = "0.9.0"
4
+ VERSION = "0.9.2"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkpen
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Nauman Tariq