Skip to content

Commit e827435

Browse files
authored
Merge pull request #51 from foresterre/one
Release 1.0.0
2 parents 6498eba + 35fa9bc commit e827435

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## Unreleased
44

5-
[Unreleased]: https://github.com/foresterre/storyteller/compare/v0.8.1...HEAD
5+
## [1.0.0] - 2024-07-24
6+
7+
## Changed
8+
9+
* `storyteller` MSRV is now 1.60
10+
11+
[1.0.0]: https://github.com/foresterre/storyteller/compare/v0.8.1...v1.0.0
612

713
## [0.8.1] - 2023-06-05
814

@@ -35,7 +41,7 @@
3541

3642
### Fixed
3743

38-
* Fix excessive packaged crate size
44+
* Fix excessive packaged crate size
3945

4046
[0.6.1]: https://github.com/foresterre/bisector/compare/v0.6.0...v0.6.1
4147

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "storyteller"
3-
version = "0.8.1"
4-
edition = "2018"
3+
version = "1.0.0"
4+
edition = "2021"
55

66
authors = ["Martijn Gribnau <[email protected]>"]
77
description = "Library focused on supporting user oriented output while supporting multiple output types (e.g. json, a progressbar, etc.)"

0 commit comments

Comments
 (0)