Skip to content

Commit

Permalink
Bump version (#468)
Browse files Browse the repository at this point in the history
  • Loading branch information
almarklein authored Feb 15, 2024
1 parent 4c54ea9 commit b54f628
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,18 @@ Possible sections in each release:
* Security: in case of vulnerabilities.


### [v0.14.0]
### [v0.14.1] - 15-02-2024

Added:

* The `wgpu.DiagnosticsBase` is now a public base class that can be subclassed by downstream libs (like pygfx) to provide diagnostics.

Changed:

* Diagnostics renders bools as `` or `-`, and large ints get scientific notation.


### [v0.14.0] - 13-02-2024

Added:

Expand Down
2 changes: 1 addition & 1 deletion wgpu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from . import resources # noqa: F401,F403


__version__ = "0.14.0"
__version__ = "0.14.1"
version_info = tuple(map(int, __version__.split(".")))


Expand Down

0 comments on commit b54f628

Please sign in to comment.