We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96b31be commit e496b44Copy full SHA for e496b44
CHANGES.md
@@ -1,4 +1,4 @@
1
-# dev
+# 3.6 (2025-01-05)
2
- Fixed one of the ranges implementing
3
Implement Corrigendum #1: UTF-8 Shortest Form
4
for 4-bytes long characters (#171)
dune-project
@@ -1,5 +1,5 @@
(lang dune 3.0)
-(version 3.5)
+(version 3.6)
(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.5"
+version: "3.6"
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