Skip to content

Commit 5e7759c

Browse files
committed
Tiny metadata fixes before release
Signed-off-by: Lukasz Stafiniak <lukstafi@gmail.com>
1 parent 1b832fb commit 5e7759c

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGES.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## [0.5.2] -- 2025-03-29
1+
## [0.5.2] -- 2025-04-07
22

33
### Added
44

@@ -25,6 +25,7 @@
2525

2626
- Numbers text rendering (consistent across OSes).
2727
- Moved closing row variables to stage 3, because stage 2 may need to process inequalities generating more LUBs.
28+
- Don't unnecessarily prevent bytecode-only build targets.
2829

2930
## [0.5.1] -- 2025-01-01
3031

dune-project

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@
8989
; (ocamlformat
9090
; (>= 0.26.2)
9191
; :with-dev-setup)
92-
; Here we mean (arrayjit (= 0.4.1)), but we must be compatible with arrayjit.dev during installation.
92+
; Here we mean (arrayjit (= 0.5.2)), but we must be compatible with arrayjit.dev during installation.
9393
(arrayjit
94-
(>= 0.5.1))
94+
(>= 0.5.2))
9595
(printbox
9696
(>= 0.12))
9797
(printbox-text

neural_nets_lib.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ depends: [
1616
"ocaml" {>= "5.2.0"}
1717
"dune" {>= "3.16"}
1818
"base" {>= "v0.17.0"}
19-
"arrayjit" {>= "0.5.1"}
19+
"arrayjit" {>= "0.5.2"}
2020
"printbox" {>= "0.12"}
2121
"printbox-text" {>= "0.12"}
2222
"printbox-ext-plot" {>= "0.12"}

0 commit comments

Comments
 (0)