Skip to content

Commit

Permalink
bump to version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szabolcsdombi committed Jul 28, 2022
1 parent 28c093c commit 3a7af51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ 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.4...main)
# [main](https://github.com/szabolcsdombi/zengl/compare/1.9.0...main)

# [1.9.0](https://github.com/szabolcsdombi/zengl/compare/1.8.4...1.9.0)

- Implemented Pipeline uniforms
- Implemented rendering to cubemap faces and array layers
- Removed `zengl.pack()`
- Removed `zengl.rgba()`
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.4'
release = '1.9.0'

extensions = []
templates_path = []
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.4',
version='1.9.0',
ext_modules=[ext],
py_modules=['_zengl'],
data_files=[('.', ['zengl.pyi'])],
Expand Down

0 comments on commit 3a7af51

Please sign in to comment.