Skip to content

Commit

Permalink
Merge pull request #15 from azriel91/feature/format-without-generics
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 authored Sep 28, 2023
2 parents 6eed661 + 9467591 commit 39c250a
Show file tree
Hide file tree
Showing 5 changed files with 531 additions and 84 deletions.
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
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[package]
name = "tynm"
version = "0.1.8"
version = "0.1.9"
authors = ["Azriel Hoh <[email protected]>"]
edition = "2018"
edition = "2021"
description = "Returns type names in shorter form."
repository = "https://github.com/azriel91/tynm"
documentation = "https://docs.rs/tynm/"
Expand All @@ -14,7 +14,7 @@ license = "MIT OR Apache-2.0"
nom = { version = "7.1.3", default-features = false, features = ["alloc"] }

[dev-dependencies]
pretty_assertions = "1.3.0"
pretty_assertions = "1.4.0"

[features]
default = []
Expand Down
Loading

0 comments on commit 39c250a

Please sign in to comment.