diff --git a/changelog b/changelog index 83e48d47f7214058b3b186830505bf18a52095c1..3d824b74d1238eb0b18c3d0065a686ada0b74847 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,8 @@ +Changes in version 0.12.0.1 + + * Make sure `length` can be inlined + * Include modules that test-suites depend on in other-modules + Changes in version 0.12.0.0 * Documentation fixes/additions diff --git a/vector.cabal b/vector.cabal index bcc539230a6c7459cf4d645c56d0eb17bc88a37e..38c957d5418cad2fa59efedf51e6682884adfcc4 100644 --- a/vector.cabal +++ b/vector.cabal @@ -1,5 +1,5 @@ Name: vector -Version: 0.12.0.0 +Version: 0.12.0.1 -- don't forget to update the changelog file! License: BSD3 License-File: LICENSE