Skip to content

Commit

Permalink
Update CHANGES.md, prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lukstafi committed Jul 21, 2024
1 parent 8dff28f commit 7167781
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
## [0.4.0] 2024-07-20
## [0.4.0] 2024-07-21

### Added

- Previously commented out parts, that require a newer version of the CUDA API.
- Interface file `cudajit.mli` with documentation.
- Expose context limits. Print default limits in `bin/properties`.
- `sexp_of_kernel_param`

### Changed

- Dropped `JIT_` prefix for `jit_option` values.
- Self-contained types in the interface, with some corrections and renaming.
- Formatting: line length 100.

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion cudajit.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.3.0"
version: "0.4.0"
synopsis:
"Bindings to the `cuda` and `nvrtc` libraries with a unified interface"
description:
Expand Down
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

(name cudajit)

(version 0.3.0)
(version 0.4.0)

(generate_opam_files true)

Expand Down

0 comments on commit 7167781

Please sign in to comment.