Skip to content

Commit

Permalink
Merged branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew15-5 committed Sep 14, 2023
2 parents 26378ca + 1da9f27 commit 00809c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to

## [Unreleased]

## [0.9.2] - 2023-09-14

### Fixed

- Fixed import in example.typ.

## [0.9.1] - 2023-09-14

### Fixed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## Usage

```typ
#import "@preview/rubby:0.9.1": get-ruby
#import "@preview/rubby:0.9.2": get-ruby
#let ruby = get-ruby(
size: 0.5em, // Ruby font size
Expand Down
2 changes: 1 addition & 1 deletion example.typ
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
font: ("Liberation Sans", "Noto Sans CJK JP")
) // Optional

#import "@local/rubby:0.9.1": get-ruby
#import "@preview/rubby:0.9.2": get-ruby
#let ruby = get-ruby()

```typst
Expand Down
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rubby"
version = "0.9.1"
version = "0.9.2"
entrypoint = "rubby.typ"
authors = ["Andrew Voynov"]
license = "AGPL-3.0-only"
Expand Down

0 comments on commit 00809c9

Please sign in to comment.