Skip to content

Commit

Permalink
version bumb
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrswift committed Jul 14, 2024
1 parent 7b1c3e5 commit 8f8155e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# [unreleased](https://github.com/typst-community/valakyrie/)
# [v0.2.1](https://github.com/typst-community/valakyrie/releases/tags/v0.2.1)


## Added
- Added schema generators for: angle, bytes, direction, fraction, function, label, length, location, plugin, ratio, relative, regex, selector, stroke, symbol, and version
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# The `Valkyrie` Package
<div align="center">Version 0.2.0</div>
<div align="center">Version 0.2.1</div>

This package implements type validation, and is targeted mainly at package and template developers. The desired outcome is that it becomes easier for the programmer to quickly put a package together without spending a long time on type safety, but also to make the usage of those packages by end-users less painful by generating useful error messages.

## Example Usage
```typ
#import "@preview/valkyrie:0.2.0" as z
#import "@preview/valkyrie:0.2.1" as z
#let my-schema = z.dictionary((
should-be-string: z.string(),
Expand Down
Binary file modified docs/manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "valkyrie"
version = "0.2.0"
version = "0.2.1"
entrypoint = "src/lib.typ"
authors = ["James R. Swift", "tinger <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 8f8155e

Please sign in to comment.