mirror of
https://github.com/teloxide/teloxide.git
synced 2025-01-10 20:12:25 +01:00
Prepare to v0.2.1
This commit is contained in:
parent
2d12e36a5c
commit
215c1d502c
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
|
|||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## [Unreleased]
|
||||
## [0.2.1] - 2020-02-25
|
||||
### Changed
|
||||
- The description in `Cargo.toml` was changed to from "The teloxide's macros for internal usage" to "The teloxide's procedural macros".
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "teloxide-macros"
|
||||
version = "0.1.2"
|
||||
version = "0.2.1"
|
||||
description = "The teloxide's procedural macros"
|
||||
authors = ["p0lunin <dmytro.polunin@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue