Skip to content

Commit

Permalink
chore(master): release 0.7.2 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
kade-robertson authored May 2, 2023
1 parent 059bd9c commit abdcd5f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.7.2](https://github.com/kade-robertson/ddragon/compare/v0.7.1...v0.7.2) (2023-05-02)


### Features

* support specifying specific API version ([#49](https://github.com/kade-robertson/ddragon/issues/49)) ([059bd9c](https://github.com/kade-robertson/ddragon/commit/059bd9c3da5fcd0c52bae0419d6301a2aa295bcc))
* support using rustls and targeting musl ([#43](https://github.com/kade-robertson/ddragon/issues/43)) ([61aa88b](https://github.com/kade-robertson/ddragon/commit/61aa88b2abb23979f37446e88459b896523d35f1))

## [0.7.1](https://github.com/kade-robertson/ddragon/compare/v0.7.0...v0.7.1) (2023-03-17)


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 = "ddragon"
version = "0.7.1"
version = "0.7.2"
rust-version = "1.65"
edition = "2021"
license = "MIT"
Expand Down

0 comments on commit abdcd5f

Please sign in to comment.