Skip to content

Commit

Permalink
Update crate version to 0.1.9.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Sep 28, 2023
1 parent 164a25a commit 236c178
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.1.9 (2023-09-28)

* Add `tynm::type_name*_opts` methods, taking in `TypeParamsFmtOpts` to specify how type parameters are formatted. ([#15])

[#15]: https://github.com/azriel91/tynm/pulls/15


## 0.1.8 (2023-05-26)

* Support `#![no_std]`. ([#13], [#14])
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 = "tynm"
version = "0.1.8"
version = "0.1.9"
authors = ["Azriel Hoh <azriel91@gmail.com>"]
edition = "2021"
description = "Returns type names in shorter form."
Expand Down

0 comments on commit 236c178

Please sign in to comment.