haskell / vector

An efficient implementation of Int-indexed arrays (both mutable and immutable), with a powerful loop optimisation framework .
Other
366 stars 139 forks source link

Prepare release 0.13.1.0 #470

Closed Shimuuar closed 1 year ago

Shimuuar commented 1 year ago

As promised in #467. Bump version and changelog update

Bodigrim commented 1 year ago

LGTM. I suggest we wait couple more days for primitive-0.9 (https://github.com/haskell/primitive/issues/378) to ensure compatibility with it.

Vekhir commented 1 year ago

primitive 0.9.0.0 has been released

Vekhir commented 1 year ago

Just tested, and 0.13.0.0 builds and tests fine with primitive 0.9.0.0. Are you going to include the version bump?

Shimuuar commented 1 year ago

Done. I also fixed deprecation warnings in CI

Bodigrim commented 1 year ago

@Shimuuar I granted you Hackage rights, feel free to upload.

Shimuuar commented 1 year ago

OK. I'll made upload tomorrow

Shimuuar commented 1 year ago

Done 0.13.1.0 is on hackage