Skip to content

Commit

Permalink
v3.24.5
Browse files Browse the repository at this point in the history
- Bump API version to v1.3.240
  • Loading branch information
actions-bot committed Feb 3, 2023
1 parent 8179808 commit 0be88ab
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.24.5] - 2023-02-03
- Bump API version to v1.3.240

## [3.24.4] - 2023-01-20
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.24.4"
version: "3.24.5"
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.1.
-- This file has been generated from package.yaml by hpack version 0.34.5.
--
-- see: https://github.com/sol/hpack

name: vulkan
version: 3.24.4
version: 3.24.5
synopsis: Bindings to the Vulkan graphics API.
description: Please see [the readme](https://github.com/expipiplus1/vulkan/#readme)
category: Graphics
Expand Down Expand Up @@ -646,7 +646,6 @@ library
, bytestring
, transformers
, vector
default-language: Haskell2010
if os(windows)
extra-libraries:
vulkan-1
Expand All @@ -662,6 +661,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 0be88ab

Please sign in to comment.