Skip to content

Commit e496b44

Browse files
committed
Bump version, tag.
1 parent 96b31be commit e496b44

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.6 (2025-01-05)
22
- Fixed one of the ranges implementing
33
Implement Corrigendum #1: UTF-8 Shortest Form
44
for 4-bytes long characters (#171)

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.5)
2+
(version 3.6)
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.5"
3+
version: "3.6"
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)