Skip to content

Commit f0fd07f

Browse files
committed
Prepare release
1 parent 9106945 commit f0fd07f

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
# Change Log
22

3+
## [v0.5.0](https://github.com/tweag/linear-base/tree/v0.5.0) (2025-04-07)
4+
5+
[Full Changelog](https://github.com/tweag/linear-base/compare/v0.4.0...v0.5.0)
6+
7+
### Headline changes
8+
9+
- Data.List.Linear.{take,drop} take one list element too many [\#484](https://github.com/tweag/linear-base/issues/484)
10+
- Remove pull array index \(unsafe\), add uncons. [\#475](https://github.com/tweag/linear-base/pull/475) ([sjoerdvisscher](https://github.com/sjoerdvisscher))
11+
- Adds missing Data.Num.Linear.\* instances for Word, Integer, Natural, Float, Word8/16/32/64 Int8/16/32/64 [\#467](https://github.com/tweag/linear-base/pull/467) ([Qqwy](https://github.com/Qqwy))
12+
- In scope-passing style: use a `Movable b` instead of `Ur b` (it's fully backward compatible compatible)[\#473](https://github.com/tweag/linear-base/pull/473) ([aspiwack](https://github.com/aspiwack))
13+
14+
### Miscellaneous
15+
16+
- Clarify Ur documentation [\#476](https://github.com/tweag/linear-base/issues/476)
17+
- Test with GHC 9.10 and GHC 9.12
18+
- 9.10 [\#479](https://github.com/tweag/linear-base/pull/479) ([tbagrel1](https://github.com/tbagrel1))
19+
- 9.12 [\#487](https://github.com/tweag/linear-base/pull/487) ([aspiwack](https://github.com/aspiwack))
20+
- Improve wording about Ur [\#478](https://github.com/tweag/linear-base/pull/478) ([aspiwack](https://github.com/aspiwack))
21+
322
## [v0.4.0](https://github.com/tweag/linear-base/tree/v0.4.0) (2023-10-13)
423

524
[Full Changelog](https://github.com/tweag/linear-base/compare/v0.3.1...v0.4.0)

linear-base.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 3.0
22
name: linear-base
3-
version: 0.4.0
3+
version: 0.5.0
44
license: MIT
55
license-file: LICENSE
66
copyright: (c) Tweag Holding and affiliates
@@ -161,6 +161,7 @@ library examples
161161
storable-tuple,
162162
vector,
163163
text
164+
default-language: Haskell2010
164165

165166
test-suite test
166167
import: build-opts

0 commit comments

Comments
 (0)