Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 0.1.0
date: "2018-04-14"
tags: [dune-release, platform]
changelog: |
---
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 0.2.0
date: "2018-06-09"
tags: [dune-release, platform]
changelog: |
- Remove opam lint warnings for 1.2 files (#2, @samoht)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 0.3.0
date: "2018-07-10"
tags: [dune-release, platform]
changelog: |
- Store config files in `~/.config/dune/` instead of `~/.dune`
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.0.0
date: "2018-09-23"
tags: [dune-release, platform]
changelog: |
- Determine opam-repository fork user from URI (#64, @NathanReb and @diml)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.0.1
date: "2018-09-24"
tags: [dune-release, platform]
changelog: |
- Fix opam2 format upgrade when submitting a PR (#91, @samoht)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.1.0
date: "2018-10-17"
tags: [dune-release, platform]
changelog: |
- Remove the status and log commands (#95, @samoht)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.2.0
date: "2019-04-09"
tags: [dune-release, platform]
changelog: |
- Remove assert false in favor of error message. (#125, @ejgallego)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.3.0
date: "2019-05-30"
tags: [dune-release, platform]
changelog: |
- Add confirmation prompts in some commands. (#144, #146, @NathanReb)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.3.1
date: "2019-06-13"
tags: [dune-release, platform]
changelog: |
- Fix a bug in documentation publication where under certain circumstances the
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.3.2
date: "2019-07-12"
tags: [dune-release, platform]
changelog: |
### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.3.3
date: "2019-09-30"
tags: [dune-release, platform]
changelog: |
### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.4.0
date: "2020-07-14"
tags: [dune-release, platform]
changelog: |
### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.5.0
date: "2021-07-05"
tags: [dune-release, platform]
changelog: |
### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.5.1
date: "2021-10-11"
tags: [dune-release, platform]
changelog: |
### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.5.2
date: "2021-11-05"
tags: [dune-release, platform]
changelog: |
### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.6.0
date: "2022-02-10"
tags: [dune-release, platform]
changelog: |
### Added
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.6.1
date: "2022-02-25"
tags: [dune-release, platform]
changelog: |
### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 1.6.2
date: "2022-05-25"
tags: [dune-release, platform]
changelog: |
### Fixed
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune-release 2.0.0
date: "2023-06-24"
tags: [dune-release, platform]
changelog: |
### Added
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-07-11-dune-1.0.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.0.0
date: "2018-07-11"
tags: [dune, platform]
---

Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-07-23-dune-1.0.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.0.1
date: "2018-07-23"
tags: [dune, platform]
changelog: |
- Fix parsing of `%{lib:name:file}` forms (#1022, fixes #1019, @diml)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-08-06-dune-1.1.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.1.0
date: "2018-08-06"
tags: [dune, platform]
changelog: |
- Fix lookup of command line specified files when `--root` is given. Previously,
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-08-09-dune-1.1.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.1.1
date: "2018-08-09"
tags: [dune, platform]
changelog: |
- Fix `$ jbuilder --dev` (#1104, fixes #1103, @rgrinberg)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-09-15-dune-1.2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.2.0
date: "2018-09-15"
tags: [dune, platform]
changelog: |
- Ignore stderr output when trying to find out the number of jobs
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-09-17-dune-1.2.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.2.1
date: "2018-09-17"
tags: [dune, platform]
changelog: |
- Enrich the `dune` Emacs mode with syntax highlighting and indentation. New
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-09-25-dune-1.3.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.3.0
date: "2018-09-25"
tags: [dune, platform]
changelog: |
- Support colors on Windows (#1290, @jeremiedimino)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-10-11-dune-1.4.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.4.0
date: "2018-10-11"
tags: [dune, platform]
changelog: |
- Do not fail if the output of `ocamlc -config` doesn't include
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-11-06-dune-1.5.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.5.0
date: "2018-11-06"
tags: [dune, platform]
changelog: |
- Filter out empty paths from `OCAMLPATH` and `PATH` (#1436, @rgrinberg)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-11-07-dune-1.5.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.5.1
date: "2018-11-07"
tags: [dune, platform]
changelog: |
- Fix `dune utop <dir>` when invoked from a sub-directory of the
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-12-03-dune-1.6.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.6.0
date: "2018-12-03"
tags: [dune, platform]
changelog: |
- Expand variables in `install` stanzas (#1354, @mseri)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-12-04-dune-1.6.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.6.1
date: "2018-12-04"
tags: [dune, platform]
changelog: |
- Fix hash collision for on-demand ppx rewriters once and for all
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2018-12-05-dune-1.6.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.6.2
date: "2018-12-05"
tags: [dune, platform]
changelog: |
- Fix regression introduced by #1554 reported in:
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-01-09-dune-1.6.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.6.3
date: "2019-01-09"
tags: [dune, platform]
changelog: |
- Fix merlin handling of private module visibility (#1653 @bobot)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-02-12-dune-1.7.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.7.0
date: "2019-02-12"
tags: [dune, platform]
changelog: |
- Second step of the deprecation of jbuilder: the `jbuilder` binary
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-02-13-dune-1.7.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.7.1
date: "2019-02-13"
tags: [dune, platform]
changelog: |
- Fix the watch mode (#1837, #1839, fix #1836, @diml)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-02-21-dune-1.7.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.7.2
date: "2019-02-21"
tags: [dune, platform]
changelog: |
- Add `${corrected-suffix}`, `${library-name}` and a few other
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-02-27-dune-1.7.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.7.3
date: "2019-02-27"
tags: [dune, platform]
changelog: |
- Fix interpretation of `META` files containing archives with `/` in
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-03-07-dune-1.8.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.8.0
date: "2019-03-07"
tags: [dune, platform]
changelog: |
- Clean up watch mode polling loop: improves signal handling and error handling
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-03-09-dune-1.8.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.8.1
date: "2019-03-09"
tags: [dune, platform]
changelog: |
- Correctly write `dune-package` when version is empty string (#1919, fix #1918,
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-03-10-dune-1.8.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.8.2
date: "2019-03-10"
tags: [dune, platform]
changelog: |
- Fix auto-generated `index.mld`. Use correct headings for the listing. (#1925,
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-04-09-dune-1.9.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.9.0
date: "2019-04-09"
tags: [dune, platform]
changelog: |
- Warn when generated `.merlin` does not reflect the preprocessing
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-04-11-dune-1.9.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.9.1
date: "2019-04-11"
tags: [dune, platform]
changelog: |
- Fix invocation of odoc to add previously missing include paths, impacting
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-05-10-dune-1.9.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.9.3
date: "2019-05-10"
tags: [dune, platform]
changelog: |
- Fix `.install` files not being generated (#2124, fixes #2123, @rgrinberg)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-05-11-dune-1.9.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.9.2
date: "2019-05-11"
tags: [dune, platform]
changelog: |
- Put back library variants in development mode. We discovered a
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-06-06-dune-1.10.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.10.0
date: "2019-06-06"
tags: [dune, platform]
changelog: |
- Restricted the set of variables available for expansion in the destination
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-07-23-dune-1.11.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.11.0
date: "2019-07-23"
tags: [dune, platform]
changelog: |
- Don't select all local implementations in `dune utop`. Instead, let the
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-08-11-dune-1.11.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.11.1
date: "2019-08-11"
tags: [dune, platform]
changelog: |
- Fix config file dependencies of ocamlformat (#2471, fixes #2464,
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-08-21-dune-1.11.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.11.2
date: "2019-08-21"
tags: [dune, platform]
changelog: |
- Remove the optimisation of passing `-nodynlink` for executables when
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-08-23-dune-1.11.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.11.3
date: "2019-08-23"
tags: [dune, platform]
changelog: |
- Fix a ppx hash collision in watch mode (#2546, fixes #2520, @diml)
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-10-09-dune-1.11.4.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 1.11.4
date: "2019-10-09"
tags: [dune, platform]
changelog: |
- Allow to mark directories as `data_only_dirs` without including them as `dirs`
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-11-23-dune-2.0.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 2.0.0
date: "2019-11-23"
tags: [dune, platform]
changelog: |
- Remove existing destination files in `install` before installing the new
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2019-12-19-dune-2.0.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 2.0.1
date: "2019-12-19"
tags: [dune, platform]
changelog: |
- Delay errors raised by invalid `dune-package` files. The error is now raised
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2020-01-07-dune-2.1.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 2.1.1
date: "2020-01-07"
tags: [dune, platform]
changelog: |
- Attach cinaps stanza actions to both `@runtest` and `@cinaps` aliases
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2020-01-09-dune-2.1.2.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 2.1.2
date: "2020-01-09"
tags: [dune, platform]
changelog: |
- Fix a bug in the `Fiber.finalize` function of the concurrency monad of Dune,
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2020-01-17-dune-2.1.3.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 2.1.3
date: "2020-01-17"
tags: [dune, platform]
changelog: |
- Fix building the OCaml compiler with Dune (#3038, fixes #2974,
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2020-02-09-dune-2.2.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 2.2.0
date: "2020-02-09"
tags: [dune, platform]
changelog: |
- `dune test` is now a command alias for `dune runtest`. This is to make the CLI
Expand Down
1 change: 0 additions & 1 deletion data/changelog/dune/2020-02-17-dune-2.3.0.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: Dune 2.3.0
date: "2020-02-17"
tags: [dune, platform]
changelog: |
- Improve validation and error handling of arguments to `dune init` (#3103, fixes
Expand Down
Loading