mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
Version bump to 0.4.0
This commit is contained in:
parent
3e68a8d1fa
commit
876898b2e1
3 changed files with 3 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ Possible log types:
|
|||
|
||||
### v0.4.0 (2016-11-25)
|
||||
|
||||
- [added] Support for new page format
|
||||
- [changed] Updated all dependencies
|
||||
|
||||
### v0.3.0 (2016-08-01)
|
||||
|
|
|
|||
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -1,6 +1,6 @@
|
|||
[root]
|
||||
name = "tealdeer"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
dependencies = [
|
||||
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
"clippy 0.0.102 (registry+https://github.com/rust-lang/crates.io-index)",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "tealdeer"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
authors = ["Danilo Bargen <mail@dbrgn.ch>"]
|
||||
repository = "https://github.com/dbrgn/tealdeer/"
|
||||
homepage = "https://github.com/dbrgn/tealdeer/"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue