VulkanMemoryAllocator 0.10.1 → 0.10.2
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.10.1+version: 0.10.2 synopsis: Bindings to the VulkanMemoryAllocator library category: Graphics homepage: https://github.com/expipiplus1/vulkan#readme@@ -96,7 +96,7 @@ , bytestring , transformers , vector- , vulkan >=3.6 && <3.22+ , vulkan >=3.6 && <3.23 if flag(safe-foreign-calls) cpp-options: -DSAFE_FOREIGN_CALLS if flag(vma-ndebug)
changelog.md view
@@ -2,6 +2,9 @@ ## WIP +## [0.10.2] - 2022-09-24+- Raise upper bound on `vulkan`+ ## [0.10.1] - 2022-09-06 - Bump VMA to current (latest 3.0.1) - Raise upper bound on `vulkan`
package.yaml view
@@ -1,5 +1,5 @@ name: VulkanMemoryAllocator-version: "0.10.1"+version: "0.10.2" 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.22+ - vulkan >= 3.6 && < 3.23 - bytestring - transformers - vector