Skip to content

Commit

Permalink
prepare for 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
c-cube committed Feb 28, 2020
1 parent e0d80d2 commit cceebae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changes

## 0.5

- reenable mdx for tests
- custom classes/attributes for html translation in `PrintBox_html`
- add `link` case
- examples: add lambda.ml

## 0.4

- remove `<p>` in rendering text to html
Expand Down
2 changes: 1 addition & 1 deletion printbox.opam
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
opam-version: "2.0"
authors: ["Simon Cruanes" "Guillaume Bury"]
maintainer: "simon.cruanes.2007@m4x.org"
version: "0.4"
version: "0.5"
synopsis: "Allows to print nested boxes, lists, arrays, tables in several formats"
build: [
["dune" "build" "@install" "-p" name "-j" jobs]
Expand Down

0 comments on commit cceebae

Please sign in to comment.