Skip to content

Commit

Permalink
Merge pull request #56 from slowli/prepare-release
Browse files Browse the repository at this point in the history
Prepare 0.3.0 release
  • Loading branch information
slowli committed Jun 3, 2023
2 parents 84f2128 + 41e0fd8 commit 1ae95b3
Show file tree
Hide file tree
Showing 14 changed files with 206 additions and 260 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

## [Unreleased]

## 0.3.0 - 2023-06-03

*(No substantial changes compared to the [0.3.0-beta.2 release](#030-beta2---2023-04-29))*

## 0.3.0-beta.2 - 2023-04-29

*(All changes are relative compared to [the 0.3.0-beta.1 release](#030-beta1---2023-01-19))*
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "term-transcript"
version = "0.3.0-beta.2"
version = "0.3.0"
authors = ["Alex Ostrovski <ostrovski.alex@gmail.com>"]
edition = "2021"
rust-version = "1.66"
Expand Down Expand Up @@ -37,6 +37,7 @@ unicode-width = "0.1.8"
anyhow = "1.0.40"
assert_matches = "1.5.0"
doc-comment = "0.3.3"
test-casing = "0.1.0"
tracing-capture = "0.1.0"
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
version-sync = "0.9.2"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add this to your `Crate.toml`:

```toml
[dependencies]
term-transcript = "0.3.0-beta.2"
term-transcript = "0.3.0"
```

Example of usage:
Expand Down
4 changes: 4 additions & 0 deletions cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ The project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)

## [Unreleased]

## 0.3.0 - 2023-06-03

*(No substantial changes compared to the [0.3.0-beta.2 release](#030-beta2---2023-04-29))*

## 0.3.0-beta.2 - 2023-04-29

*(All changes are relative compared to [the 0.3.0-beta.1 release](#030-beta1---2023-01-19))*
Expand Down

0 comments on commit 1ae95b3

Please sign in to comment.