Skip to content

Commit

Permalink
Release v3.8, utils-v0.3, vma-v0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
expipiplus1 committed Nov 30, 2020
1 parent ba51d4f commit 1c7584a
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 12 deletions.
6 changes: 2 additions & 4 deletions VulkanMemoryAllocator/VulkanMemoryAllocator.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ cabal-version: 2.2
-- This file has been generated from package.yaml by hpack version 0.34.2.
--
-- see: https://github.com/sol/hpack
--
-- hash: fcf45270da7fe44091b7dee466087cd52abed25e68532b85a04a30915dd1da94

name: VulkanMemoryAllocator
version: 0.3.10
version: 0.3.11
synopsis: Bindings to the VulkanMemoryAllocator library
category: Graphics
homepage: https://github.com/expipiplus1/vulkan#readme
Expand Down Expand Up @@ -65,7 +63,7 @@ library
, bytestring
, transformers
, vector
, vulkan >=3.6 && <3.8
, vulkan >=3.6 && <3.9
if flag(safe-foreign-calls)
cpp-options: -DSAFE_FOREIGN_CALLS
if flag(vma-ndebug)
Expand Down
4 changes: 4 additions & 0 deletions VulkanMemoryAllocator/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## WIP

## [0.3.11] - 2020-11-30

- Raise upper bound on `vulkan`

## [0.3.10] - 2020-11-24

- Documentation fixes
Expand Down
4 changes: 2 additions & 2 deletions VulkanMemoryAllocator/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: VulkanMemoryAllocator
version: "0.3.10"
version: "0.3.11"
synopsis: Bindings to the VulkanMemoryAllocator library
category: Graphics
maintainer: Joe Hermaszewski <[email protected]>
Expand All @@ -20,7 +20,7 @@ library:
src/lib.cpp
dependencies:
- base <5
- vulkan >= 3.6 && < 3.8
- vulkan >= 3.6 && < 3.9
- bytestring
- transformers
- vector
Expand Down
2 changes: 2 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## WIP

## [3.8] - 2020-11-30

- Bump API version to v1.2.163
- Add `Vulkan.Requirement`, a module for specifying requirements for `Device`s
and `Instance`s
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.7"
version: "3.8"
synopsis: Bindings to the Vulkan graphics API.
category: Graphics
maintainer: Joe Hermaszewski <[email protected]>
Expand Down
2 changes: 2 additions & 0 deletions utils/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## WIP

## [0.4] - 2020-11-30

- Add `Vulkan.Utils.Requirements`, a module with several helpers for the
`Requirement` types found in `Vulkan.Requirement`
- Change the creation helpers in `Vulkan.Utils.Initialization` to use the new
Expand Down
4 changes: 2 additions & 2 deletions utils/package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: vulkan-utils
version: "0.3"
version: "0.4"
synopsis: Utils for the vulkan package
category: Graphics
maintainer: Joe Hermaszewski <[email protected]>
Expand Down Expand Up @@ -32,7 +32,7 @@ library:
- typed-process
- unordered-containers
- vector
- vulkan >= 3.6.14 && < 3.8
- vulkan >= 3.6.14 && < 3.9

tests:
doctests:
Expand Down
4 changes: 2 additions & 2 deletions utils/vulkan-utils.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.24
-- see: https://github.com/sol/hpack

name: vulkan-utils
version: 0.3
version: 0.4
synopsis: Utils for the vulkan package
category: Graphics
homepage: https://github.com/expipiplus1/vulkan#readme
Expand Down Expand Up @@ -68,7 +68,7 @@ library
, typed-process
, unordered-containers
, vector
, vulkan >=3.6.14 && <3.8
, vulkan >=3.6.14 && <3.9
default-language: Haskell2010

test-suite doctests
Expand Down
2 changes: 1 addition & 1 deletion vulkan.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 2.2
-- see: https://github.com/sol/hpack

name: vulkan
version: 3.7
version: 3.8
synopsis: Bindings to the Vulkan graphics API.
category: Graphics
homepage: https://github.com/expipiplus1/vulkan#readme
Expand Down

0 comments on commit 1c7584a

Please sign in to comment.