Skip to content

Commit

Permalink
Update SGL->v0.12.0 (#182)
Browse files Browse the repository at this point in the history
  • Loading branch information
ccummingsNV authored Feb 3, 2025
1 parent 7543b19 commit 20f2528
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ If you use sgl in a research project leading to a publication, please cite the p
title = {Slang Graphics Library},
author = {Simon Kallweit and Chris Cummings},
note = {https://github.com/shader-slang/sgl},
version = {0.11.0},
version = {0.12.0},
year = 2024
}
```
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ sgl uses a `semantic versioning <http://semver.org>`__ policy for its API.
Changelog
=========

v0.12.0
--------------------
* CoopVec api moved to device.

v0.11.0
--------------------
* Slang 2025.3.3
* CoopVec support
* SlangPy native tensor types
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ Constants

.. py:data:: sgl.SGL_VERSION
:type: str
:value: "0.11.0"
:value: "0.12.0"



Expand All @@ -592,7 +592,7 @@ Constants

.. py:data:: sgl.SGL_VERSION_MINOR
:type: int
:value: 11
:value: 12



Expand Down
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ If you use ``sgl`` in a research project leading to a publication, please cite t
title = {Slang Graphics Library},
author = {Simon Kallweit and Chris Cummings},
note = {https://github.com/shader-slang/sgl},
version = {0.11.0},
version = {0.12.0},
year = 2024
}
Expand Down
2 changes: 1 addition & 1 deletion src/sgl/sgl.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include "sgl/core/macros.h"

#define SGL_VERSION_MAJOR 0
#define SGL_VERSION_MINOR 11
#define SGL_VERSION_MINOR 12
#define SGL_VERSION_PATCH 0

#define SGL_VERSION \
Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sgl",
"version-string": "0.11.0",
"version-string": "0.12.0",
"dependencies": [
"libjpeg-turbo",
"libpng",
Expand Down

0 comments on commit 20f2528

Please sign in to comment.