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

Commit

Permalink
Version increased to alpha.5
Browse files Browse the repository at this point in the history
	modified:   CHANGELOG.md
	modified:   Cargo.toml
	modified:   lavasnek_rs/__init__.py
	modified:   pyproject.toml
	modified:   setup.py
  • Loading branch information
vicky5124 committed Apr 13, 2022
1 parent d71d51f commit 75ff404
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.1.0-alpha.5

- Add missing typehints for decode_track (@thenishantsapkota)
- Use the actual ConnectionInfo type (@vicky5124)
- Update dependencies (@vicky5124)
- Support ARM 32 bit (@vicky5124)
- Fix some deadlockings (@vicky5124)

## 0.1.0-alpha.4

- Update lightbulb example to use lightbulb v2 (@neonjonn)
Expand Down
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.4"
version = "0.1.0-alpha.5"
edition = "2018"
authors = ["vicky5124 <vickyf5124@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion lavasnek_rs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

from .lavasnek_rs import *

__version__ = "0.1.0-alpha.4"
__version__ = "0.1.0-alpha.5"
__author__ = "vicky5124 <vickyf5124@gmail.com>"
__license__ = "MPL-2.0"

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lavasnek_rs"
version = "0.1.0-alpha.4"
version = "0.1.0-alpha.5"
description = "A lavalink-rs wrapper for any python async library"
authors = ["vicky5124 <vickyf5124@gmail.com>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
setup(
name="lavasnek_rs",
author="vicky5124 <vickyf5124@gmail.com>",
version="0.1.0-alpha.4",
version="0.1.0-alpha.5",
description="A lavalink-rs wrapper for any python async library",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 75ff404

Please sign in to comment.