feat: release 0.5.0 (#191)

* feat: add initial crates readmes

* feat: add initial CLI readme

* fix: some links

* feat: fix node badge, split changelogs, fix some other links add docs in cli

* feat: feature the gamedig site in the lib

* feat: fill in cli package fields

* feat: set CLI version to 0.1.0

* feat: update changelogs to set vers

* feat: update the release workflow
This commit is contained in:
CosminPerRam 2024-03-15 18:14:59 +02:00 committed by GitHub
parent bcb9ac64c0
commit 275fb7d4cd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 613 additions and 433 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "gamedig"
version = "0.4.1"
version = "0.5.0"
edition = "2021"
authors = [
"rust-GameDig contributors [https://github.com/gamedig/rust-gamedig/contributors]",
@ -8,7 +8,7 @@ authors = [
]
license = "MIT"
description = "Query game servers and not only."
homepage = "https://github.com/gamedig/rust-gamedig"
homepage = "https://gamedig.github.io/"
documentation = "https://docs.rs/gamedig/latest/gamedig/"
repository = "https://github.com/gamedig/rust-gamedig"
readme = "README.md"