Skip to content

Commit

Permalink
v3.26.1
Browse files Browse the repository at this point in the history
- Bump API version to v1.3.269
  • Loading branch information
actions-bot committed Oct 21, 2023
1 parent 6a1dd52 commit 279967f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions vulkan.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -678,7 +678,6 @@ library
, bytestring
, transformers
, vector
default-language: Haskell2010
if os(windows)
extra-libraries:
vulkan-1
Expand All @@ -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
Expand Down

0 comments on commit 279967f

Please sign in to comment.