Skip to content

Commit

Permalink
Prepare release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sbarral committed May 15, 2024
1 parent 464f834 commit 7b5f9c8
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.3.0 (2024-05-15)

* Make it possible to specify a deadline when sending or receiving ([#6]).
* Increase the MSRV to work around breakage introduced by the new `--check-cfg`
being enabled by default.

*Note*: there are no API-breaking changes, the minor version was only increased
due to the new MSRV.

[#6]: https://github.com/asynchronics/tachyonix/pull/6

# 0.2.1 (2023-07-16)

- Use internally the newly spun-off `async-event` crate instead of the `event`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "tachyonix"
# - Update CHANGELOG.md
# - Update if necessary copyright notice in LICENSE-MIT
# - Create a "vX.Y.Z" git tag
version = "0.2.1"
version = "0.3.0"
authors = ["Serge Barral <serge.barral@asynchronics.com>"]
edition = "2021"
rust-version = "1.77"
Expand Down
2 changes: 1 addition & 1 deletion LICENSE-MIT
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2023 Serge Barral
Copyright (c) 2024 Serge Barral

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Add this to your `Cargo.toml`:

```toml
[dependencies]
tachyonix = "0.2.1"
tachyonix = "0.3.0"
```


Expand Down

0 comments on commit 7b5f9c8

Please # to comment.