Skip to content

Commit

Permalink
chore: update to version 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sonro committed Oct 20, 2022
1 parent ed8a6e6 commit e59bd3d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.0.3] 2022-10-20

### Documentation

- Fix rustdoc links.
Expand Down Expand Up @@ -46,7 +48,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
- `parse` function to interpolate `VarjMap` values into a mustache-like
template.

[Unreleased]: https://github.com/sonro/varj/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/sonro/varj/compare/v1.0.3...HEAD
[1.0.3]: https://github.com/sonro/varj/releases/tag/v1.0.3
[1.0.2]: https://github.com/sonro/varj/releases/tag/v1.0.2
[1.0.1]: https://github.com/sonro/varj/releases/tag/v1.0.1
[1.0.0]: https://github.com/sonro/varj/releases/tag/v1.0.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "varj"
version = "1.0.2"
version = "1.0.3"
authors = ["sonro <[email protected]>"]
edition = "2021"
description = "Ultra-lightweight string templating library. No Dependencies"
Expand Down

0 comments on commit e59bd3d

Please sign in to comment.