We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bc3b4a commit 5984368Copy full SHA for 5984368
CHANGES.md
@@ -1,4 +1,4 @@
1
-# dev
+# 3.5 (2025-05-29)
2
- Implement Corrigendum #1: UTF-8 Shortest Form
3
- Add utf8 support for string literal (#127)
4
dune-project
@@ -1,5 +1,5 @@
(lang dune 3.0)
-(version 3.4)
+(version 3.5)
(name sedlex)
(source (github ocaml-community/sedlex))
5
(license MIT)
sedlex.opam
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
-version: "3.4"
+version: "3.5"
synopsis: "An OCaml lexer generator for Unicode"
description: """
6
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports
0 commit comments