Skip to content

Commit

Permalink
Update changelog for v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
MartyO256 committed Jul 22, 2024
1 parent c55dbab commit a6e78de
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ jobs:
ocaml-compiler: ${{ matrix.ocaml-compiler }}
dune-cache: true

- name: Install coreutils on MacOS
if: runner.os == 'macOS'
run: brew install coreutils

- name: Install dependencies
run: opam install --locked --deps-only --with-test --with-doc ./beluga.opam

- name: Build
run: opam exec -- make

- name: Install coreutils on MacOS
if: runner.os == 'macOS'
run: brew install coreutils

- name: Test
run: opam exec -- make test
13 changes: 13 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v1.1.2

### Added

- Added C. Sano, R. Kavanagh and B. Pientka's artifact for "Mechanizing Session-Types Using a Structural View" as a case study (#271).

### Fixed

- Support postponed fixity pragmas in modules.
- The hole `_` in the LF term `\x._` is parsed as a wildcard instead of as an identifier.
- Shadowed bindings in a module are no longer brought into scope when the module is opened.
- Support postponed fixity pragmas in Harpoon sessions.

## v1.1.1

### Added
Expand Down
1 change: 1 addition & 0 deletions beluga.opam
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ depends: [
"sedlex" {>= "2.5"}
"omd" {>= "1.3.2"}
"uri" {>= "4.2.0"}
"conf-timeout" {with-test}
"ocamlformat" {= "0.25.1" & with-test}
"yojson" {>= "2.0.2" & with-test}
"ounit2" {>= "2.2.6" & with-test}
Expand Down
1 change: 1 addition & 0 deletions dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
(>= 1.3.2))
(uri
(>= 4.2.0))
(conf-timeout :with-test)
(ocamlformat
(and
(= 0.25.1)
Expand Down

0 comments on commit a6e78de

Please sign in to comment.