VulkanMemoryAllocator 0.11 → 0.11.0.1
raw patch · 3 files changed
+7/−4 lines, 3 filesdep ~vulkanPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: vulkan
API changes (from Hackage documentation)
Files
- VulkanMemoryAllocator.cabal +2/−2
- changelog.md +3/−0
- package.yaml +2/−2
VulkanMemoryAllocator.cabal view
@@ -5,7 +5,7 @@ -- see: https://github.com/sol/hpack name: VulkanMemoryAllocator-version: 0.11+version: 0.11.0.1 synopsis: Bindings to the VulkanMemoryAllocator library category: Graphics homepage: https://github.com/expipiplus1/vulkan#readme@@ -94,7 +94,7 @@ , bytestring , transformers , vector- , vulkan >=3.6 && <3.26+ , vulkan >=3.6 && <3.27 default-language: Haskell2010 if flag(safe-foreign-calls) cpp-options: -DSAFE_FOREIGN_CALLS
changelog.md view
@@ -2,6 +2,9 @@ ## WIP +## [0.11.0.1] - 2023-10-17+- Raise upper bound on `vulkan`+ ## [0.11] - 2023-10-17 - Bump VMA
package.yaml view
@@ -1,5 +1,5 @@ name: VulkanMemoryAllocator-version: "0.11"+version: "0.11.0.1" synopsis: Bindings to the VulkanMemoryAllocator library category: Graphics maintainer: Ellie Hermaszewska <live.long.and.prosper@monoid.al>@@ -20,7 +20,7 @@ src/lib.cpp dependencies: - base <5- - vulkan >= 3.6 && < 3.26+ - vulkan >= 3.6 && < 3.27 - bytestring - transformers - vector