Skip to content

Commit 1d2733d

Browse files
committed
bump version up to 1.0.0 due to api changes
1 parent 62a07e3 commit 1d2733d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 0.0.3 (2018-10-14)
1+
## 1.0.0 (2018-10-14)
22

33
* Warning: encode function no longer truncates messages to 1024 bytes by default
44
* split message part into tag and content (#20, by @hannesm)

src/syslog_message.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ val decode : ctx:ctx -> string -> (t, [> Rresult.R.msg ]) result
9191
(** [encode ~len t] is [data], the encoded syslog message [t], truncated to
9292
[len] bytes. If [len] is 0 the output is not truncated.
9393
94-
{e Warning:} Since version 0.0.3, messages are no longer truncated to 1024
94+
{e Warning:} Since version 1.0.0, messages are no longer truncated to 1024
9595
bytes by default. *)
9696
val encode : ?len:int -> t -> string
9797

0 commit comments

Comments
 (0)