mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
[Crate] Bump version to 0.2.1.
This commit is contained in:
parent
59994bc086
commit
04299c1a2c
3 changed files with 5 additions and 5 deletions
|
|
@ -1,11 +1,11 @@
|
|||
|
||||
Who knows what the future holds...
|
||||
|
||||
# 0.X.Y - DD/MM/2023
|
||||
# 0.2.1 - 03/03/2023
|
||||
### Changes:
|
||||
Crate:
|
||||
- Added feature `no_games` which disables the supported games (useful when you are only using
|
||||
the protocols/services, also saves storage space).
|
||||
- Added feature `no_games` which disables the supported games (useful when only the
|
||||
protocols/services are needed, also saves storage space).
|
||||
|
||||
Games:
|
||||
- [V Rising](https://store.steampowered.com/app/1604030/V_Rising/) support.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "gamedig"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
edition = "2021"
|
||||
authors = ["CosminPerRam [cosmin.p@live.com]", "node-GameDig [https://github.com/gamedig/node-gamedig]"]
|
||||
license = "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
MIT License
|
||||
|
||||
Copyright (c) 2023 CosminPerRam
|
||||
Copyright (c) 2022 - 2023 CosminPerRam
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files (the "Software"), to deal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue