Releases: Andrew15-5/rubby
Releases · Andrew15-5/rubby
Version 0.10.1 (December 12, 2023)
Changed
- Hid the default recipe (from
just -l
) in the.justfile
. - Removed
tag
argument wherever it's not needed in the.justfile
.
Added
- Added
Development
andPublishing a Typst package
sections in theREADME.md
. - Added keywords in the
typst.toml
:ルビ
,振り仮名
,ふりがな
.
Version 0.10.0 (November 11, 2023)
Changed
- Values are now compared with "first-class values" types instead of strings
(see Typst 0.8.0 release notes)
(breaking change).
Added
- Added minimal Typst version to
0.8.0
(see the reason above).
Version 0.9.2 (September 9, 2023)
Fixed
- Fixed import in example.typ.
Version 0.9.1 (September 9, 2023)
Fixed
- Fixed example.typ.
Version 0.9.0 (September 9, 2023)
Changed
Now kebab case is used instead of snake case.
- Renamed function
get_ruby
toget-ruby
(breaking change). - Renamed
get-ruby
's argumentauto_spacing
toauto-spacing
(breaking
change).
Version 0.8.0 (July 3, 2023)
Initial release.