houseaccount 0.13.0 → 0.13.1

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: ed184a1937949b68eddec9963ca7432953697bcc370aa9831cc91c8fa5b19514
4
- data.tar.gz: 570c5608351078cecfd03b7fb72a9601fce3897cfb30218eab31cd6c193b6ae7
3
+ metadata.gz: cc14718286beb3ff9aa0e8ef33109518d9d1d037fdbc25bd1bfca57fef392618
4
+ data.tar.gz: 2d14e9785d7f9043f9933c16cf3c0dc6d250a6988a9597d1669da7a919a57bb1
5
5
  SHA512:
6
- metadata.gz: a20b6800724be5cb32ff25b4f9de7f086b33e79dfdd09bf72cf3e03bd9189e7e26d6e2eb91894d2b3c8917ec3a405a5050e6a7124753e7d83cd8ab301047e03f
7
- data.tar.gz: '0086d99c66d0b57cb7b6072b664b978a0d6d06394d8d95e550441c7c80d23773ca772f0a0b8c777dc01b484e9b57611d699f48fc25d90bdc84ecdcd840f28308'
6
+ metadata.gz: a5d0c899e0c65215efa065eb118df39bb8fda759ba043bf562d3d618b7570da4a69608fbd1b7e2997a543dd87f41eee34dc3f1e08aa894dcc16ca791adcbfc1f
7
+ data.tar.gz: 7324b0d610c6529da3e68b8e710eebccb479945c39cae16043831accec0620684a025c1dfc1a1e3cb733ef52a78a669c2c3394321e5ca3614a12208139fccbbc
data/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ For more information about changelogs, check [Keep a Changelog](http://keepachan
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## 0.13.1 - 2026-09-17
11
+
12
+ * [Fix] A card too short for what does not scroll scrolls whole, rather than spilling it
13
+
14
+ * [Change] A ticked box sits beside its words with room between them, and counts as a field
15
+
10
16
  ## 0.13.0 - 2026-09-17
11
17
 
12
18
  * [Feature] The ascending sort glyph
@@ -1,4 +1,4 @@
1
1
  module HouseAccount
2
2
  # Version of the gem, read by the gemspec and by hosts checking compatibility.
3
- VERSION = '0.13.0'
3
+ VERSION = '0.13.1'
4
4
  end