Skip to content

Commit

Permalink
bump to version 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed May 30, 2022
1 parent f758ce5 commit 739fe81
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

# [main](https://github.com/szabolcsdombi/zengl/compare/1.8.2...main)
# [main](https://github.com/szabolcsdombi/zengl/compare/1.8.3...main)

# [1.8.3](https://github.com/szabolcsdombi/zengl/compare/1.8.2...1.8.3)

- Fixed uniform buffer array members received a valid location parameter
- Deprecated `zengl.pack()`
- Deprecated `zengl.rgba()`

# [1.8.2](https://github.com/szabolcsdombi/zengl/compare/1.8.1...1.8.2)

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
copyright = '2022, Szabolcs Dombi'
author = 'Szabolcs Dombi'

release = '1.8.2'
release = '1.8.3'

extensions = []
templates_path = []
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -608,10 +608,12 @@ Utils
.. py:method:: zengl.rgba(data: bytes, format: str) -> bytes
| *DEPRECATED*
| Converts the image stored in data with the given format into rgba.
.. py:method:: zengl.pack(*values: Iterable[float | int]) -> bytes
| *DEPRECATED*
| Encodes floats and ints into bytes.
.. py:method:: zengl.bind(buffer: Buffer, layout: str, *attributes: Iterable[int]) -> List[VertexBufferBinding]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

setup(
name='zengl',
version='1.8.2',
version='1.8.3',
ext_modules=[ext],
py_modules=['_zengl'],
data_files=[('.', ['zengl.pyi'])],
Expand Down

0 comments on commit 739fe81

Please sign in to comment.