Skip to content

Commit 5984368

Browse files
committed
Bump version, add CHANGES date.
1 parent 5bc3b4a commit 5984368

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# dev
1+
# 3.5 (2025-05-29)
22
- Implement Corrigendum #1: UTF-8 Shortest Form
33
- Add utf8 support for string literal (#127)
44

dune-project

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
(lang dune 3.0)
2-
(version 3.4)
2+
(version 3.5)
33
(name sedlex)
44
(source (github ocaml-community/sedlex))
55
(license MIT)

sedlex.opam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is generated by dune, edit dune-project instead
22
opam-version: "2.0"
3-
version: "3.4"
3+
version: "3.5"
44
synopsis: "An OCaml lexer generator for Unicode"
55
description: """
66
sedlex is a lexer generator for OCaml. It is similar to ocamllex, but supports

0 commit comments

Comments
 (0)