Skip to content
This repository has been archived by the owner on Apr 30, 2024. It is now read-only.

Commit

Permalink
Version increase
Browse files Browse the repository at this point in the history
	new file:   CHANGELOG.md
	modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   docs/lavasnek_rs/lavasnek_rs.html
	modified:   docs/search.js
  • Loading branch information
vicky5124 committed Oct 6, 2021
1 parent c73d9ed commit 0358315
Show file tree
Hide file tree
Showing 5 changed files with 306 additions and 285 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

## 0.1.0-alpha.1

- Remove old search.json from pdoc 7. (@FasterSpeeding)
- Added `to_track_queue()` to the `PlayBuilder` (@vicky5124)
- Added `set_guild_node()` (@vicky5124)
- Removed unwraps that could fail with user error. (@vicky5124)
- Format and fix linting in the lightbulb example. (@IkBenOlie5)
- Added stubs. (@CaffeineDuck)
- Added a lightbulb example. (@zykrahgaming)
- Add tanjun example. (@Jonxslays)
- Configure mypy, black and flake8. (@IkBenOlie5)
- Added Tests. (@vicky5124)
- Run CI for Tests, Black and MyPy. (@vicky5124)
- Fix stubs, examples and code for accuracy and strictness. (@vicky5124 @Jonxslays)
- Update build dependencies.

## 0.1.0-alpha.0

- Initial release. (@vicky5124)
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "lavasnek_rs"
version = "0.1.0-alpha.0"
version = "0.1.0-alpha.1"
edition = "2018"
authors = ["vicky5124 <vickyf5124@gmail.com>"]
readme = "README.md"
Expand Down

0 comments on commit 0358315

Please sign in to comment.