inkmark 0.1.2-x86_64-linux-musl → 0.1.3-x86_64-linux-musl

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bbae7df8bcb9259c8442690b3039e787a3ec9ce40beae876f6916a41db76a2a5
4
- data.tar.gz: 02c63f6aaa6bc67667debef1ede32040bc7cf2818553e53aa1f2172b10d42296
3
+ metadata.gz: 575a31bcd3d3444694e9216eaad3b2b790f880ade6d89d0da99e3a6622fe6f8c
4
+ data.tar.gz: da234a8f1cdf6090db98c0895e87485e25c67ed6e41150a7eb3fb4261b462562
5
5
  SHA512:
6
- metadata.gz: af44480c4105c601ffa2ced9d5081c19aa375299a9cee570bd952f10d6818e1a62c6a02607650cc227734d06805d3a772ea5148511a1ca0792ccba1eb8daeb3b
7
- data.tar.gz: fc749674764014af32edd4d07174c89591b6d441372ad17052d58855d131bae5030e7f9cee1f06102251e5cf825a69c7341c7c26301bcb18ecf02a1a0475963e
6
+ metadata.gz: 28c67a7c57581b3ba64d3f042eb36a203b99cfe073c6fd61fcd3c6c1e6a124d50d2800a5bcdee466790631f772a81c55a107b922d09092947a3b704c9a0f5e15
7
+ data.tar.gz: 1b40ef5caf11403eb491c2398cbde8955c7374e0ea12fad93bad39ba4fc589e591177663d27edd2e60a2f13dd50a0fc1f8327898425883a8d5374ef5d31e7375
data/CHANGELOG.md CHANGED
@@ -1,3 +1,7 @@
1
+ ## [0.1.3] - 2026-06-21
2
+
3
+ - Fix possible XSS via unescaped language tag in syntax-highlighted code blocks.
4
+
1
5
  ## [0.1.2] - 2026-06-21
2
6
 
3
7
  - Fix `Inkmark.truncate_markdown` raising `TypeError` when called without explicit `options:`.
Binary file
Binary file
Binary file
@@ -2,5 +2,5 @@
2
2
 
3
3
  class Inkmark
4
4
  # Current gem version.
5
- VERSION = "0.1.2"
5
+ VERSION = "0.1.3"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inkmark
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: x86_64-linux-musl
6
6
  authors:
7
7
  - Yaroslav Markin