Compare commits

..

3 Commits

Author SHA1 Message Date
Flori ac06cf831d
Add the repository field to Cargo.toml (#496)
To allow [Crates.io](https://crates.io/) , [lib.rs](https://lib.rs/) and
the [Rust Digger](https://rust-digger.code-maven.com/) to link to it.
See [the
manifest](https://doc.rust-lang.org/cargo/reference/manifest.html#the-repository-field)
for the explanation.
2024-05-10 21:15:49 +02:00
Gábor Szabó 4aaceaea53
Add the repository field to Cargo.toml 2024-05-10 22:12:03 +03:00
Flori 29ada27125
Release 0.15.0 (#487)
## Release 0.15.0

### TODO:
- [x] Merge #457  
- [x] Merge #489 

## Changes

- Primitive voice support: #457
- Cleaner code
    - Replace `Arc<RwLock<T>>` with `Shared<T>`: #466 
    - More, better documentation
    - More tests
    - Fix some typos
    - Make gateway `close()` code cleaner
- Remove `#[derive(Eq)]` from types which falsely had this trait derived
- Change license from AGPL-3 to MPL-2.0: #477 
- Bump `whoami`, `mio`, `h2` to fix CVEs
- Bump versions of used GitHub Actions
2024-04-16 18:07:41 +02:00
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ version = "0.3.0"
edition = "2021"
license = "MPL-2.0"
description = "Macros for the chorus crate."
repository = "https://github.com/polyphony-chat/chorus"
[lib]
proc-macro = true