Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade parser to ReScript 10.1.4, Version 0.14.0 #90

Merged
merged 3 commits into from
Sep 4, 2023
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
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.14.0 - 2023-09-04

- Updated ReScript parser version to c4cf5fc (ReScript 10.1.4).
- Fix crash when trying to unescape default message.

## 0.13.0 - 2022-09-18

- Updated ReScript parser version to 241fefd (ReScript 10.0.1).
Expand Down
2 changes: 1 addition & 1 deletion bin/Version.ml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
(*** GENERATED BY setVersion.js ***)

let version = "0.13.0 (ReScript 241fefd)"
let version = "0.14.0 (ReScript c4cf5fc)"
2 changes: 1 addition & 1 deletion dune-project
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

(name rescript-react-intl-extractor)

(version 0.13.0)
(version 0.14.0)

(generate_opam_files true)

Expand Down
2 changes: 1 addition & 1 deletion rescript-react-intl-extractor.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.13.0"
version: "0.14.0"
synopsis: "Extracts messages for localization from ReScript source files"
maintainer: ["Christoph Knittel <[email protected]>"]
authors: ["Christoph Knittel <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion rescript_parser/syntax
Submodule syntax updated 175 files
Loading