diff --git a/changelog.md b/changelog.md index 238b6ef77..15c35d73a 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,8 @@ # Change Log ## WIP + +## [3.26.1] - 2023-10-21 - Bump API version to v1.3.269 ## [3.26] - 2023-10-17 diff --git a/package.yaml b/package.yaml index ef96efb4f..b2185ac1b 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: vulkan -version: "3.26" +version: "3.26.1" synopsis: Bindings to the Vulkan graphics API. description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme) category: Graphics diff --git a/vulkan.cabal b/vulkan.cabal index 99d20e8d2..f57f019f2 100644 --- a/vulkan.cabal +++ b/vulkan.cabal @@ -1,11 +1,11 @@ cabal-version: 2.2 --- This file has been generated from package.yaml by hpack version 0.35.2. +-- This file has been generated from package.yaml by hpack version 0.34.5. -- -- see: https://github.com/sol/hpack name: vulkan -version: 3.26 +version: 3.26.1 synopsis: Bindings to the Vulkan graphics API. description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme) category: Graphics @@ -678,7 +678,6 @@ library , bytestring , transformers , vector - default-language: Haskell2010 if os(windows) extra-libraries: vulkan-1 @@ -694,6 +693,7 @@ library cpp-options: -DGENERIC_INSTANCES if flag(trace-calls) cpp-options: -DTRACE_CALLS + default-language: Haskell2010 test-suite test type: exitcode-stdio-1.0