bump version

This commit is contained in:
Gabriel Fontes
2023-06-11 19:51:07 -03:00
parent 1688306982
commit 5131e76a1d
3 changed files with 22 additions and 9 deletions

3
CHANGELOG.md Normal file
View File

@@ -0,0 +1,3 @@
# 1.0.0
Initial release. Slash commands are available for most basic functionality.

2
Cargo.lock generated
View File

@@ -458,7 +458,7 @@ dependencies = [
[[package]]
name = "disconic"
version = "0.2.1"
version = "1.0.0"
dependencies = [
"anyhow",
"clap",

View File

@@ -1,12 +1,29 @@
[package]
name = "disconic"
description = "Discord bot for interacting with subsonic music libraries"
version = "0.2.1"
version = "1.0.0"
authors = [ "Gabriel Fontes <eu@misterio.me>" ]
edition = "2018"
homepage = "https://misterio.me"
license = "AGPL-3.0-or-later"
[patch.crates-io.sunk]
git = "https://github.com/Misterio77/sunk"
[patch.crates-io.serenity]
git = "https://github.com/serenity-rs/serenity"
branch = "next"
[patch.crates-io.songbird]
git = "https://github.com/serenity-rs/songbird"
branch = "next"
[patch.crates-io.poise]
git = "https://github.com/serenity-rs/poise"
branch = "serenity-next"
[dependencies.log]
version = "0.4"
@@ -20,26 +37,19 @@ features = [ "rustls-tls" ]
[dependencies.sunk]
version = "0.1"
git = "https://github.com/Misterio77/sunk"
default-features = false
features = [ "rustls-tls" ]
[dependencies.serenity]
version = "0.11"
git = "https://github.com/serenity-rs/serenity"
branch = "next"
features = [ "client", "voice", "rustls_backend" ]
[dependencies.songbird]
version = "0.3"
git = "https://github.com/serenity-rs/songbird"
branch = "next"
features = [ "builtin-queue" ]
[dependencies.poise]
version = "0.4"
git = "https://github.com/serenity-rs/poise"
branch = "serenity-next"
[dependencies.symphonia]
version = "0.5"