Skip to content

Commit

Permalink
Prepare release 0.13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimuuar committed Sep 19, 2023
1 parent dd10829 commit d4473b1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions vector/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# Changes in version 0.13.1.0

* Specialized variants of `elemIndexR` are reexported for all vector
types. [#469](https://github.com/haskell/vector/pull/469)
* `UnboxViaPrim` could be used for deriving `Unbox` instances (`V_UnboxViaPrim`
constructor is exported) [#450](https://github.com/haskell/vector/pull/450)
* Fields of `Data.Vector.Fusion.Bundle.Size` are now strict
[#456](https://github.com/haskell/vector/pull/456)
* Compatibility with future GHC 9.10 release
[#462](https://github.com/haskell/vector/pull/462)
* Test suite no longer fails when built with QuickCheck-2.14
[#461](https://github.com/haskell/vector/pull/461)
* Doctests now work with current versions of GHC
[#465](https://github.com/haskell/vector/pull/466)
* Various documentation improvements


# Changes in version 0.13.0.0

* `mkType` from `Data.Vector.Generic` is deprecated in favor of
Expand Down
2 changes: 1 addition & 1 deletion vector/vector.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: vector
Version: 0.13.0.0
Version: 0.13.1.0
-- don't forget to update the changelog file!
License: BSD3
License-File: LICENSE
Expand Down

0 comments on commit d4473b1

Please sign in to comment.