Skip to content

Commit

Permalink
bump version up to 1.0.0 due to api changes
Browse files Browse the repository at this point in the history
  • Loading branch information
verbosemode committed Oct 15, 2018
1 parent 62a07e3 commit 1d2733d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 0.0.3 (2018-10-14)
## 1.0.0 (2018-10-14)

* Warning: encode function no longer truncates messages to 1024 bytes by default
* split message part into tag and content (#20, by @hannesm)
Expand Down
2 changes: 1 addition & 1 deletion src/syslog_message.mli
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ val decode : ctx:ctx -> string -> (t, [> Rresult.R.msg ]) result
(** [encode ~len t] is [data], the encoded syslog message [t], truncated to
[len] bytes. If [len] is 0 the output is not truncated.
{e Warning:} Since version 0.0.3, messages are no longer truncated to 1024
{e Warning:} Since version 1.0.0, messages are no longer truncated to 1024
bytes by default. *)
val encode : ?len:int -> t -> string

Expand Down

0 comments on commit 1d2733d

Please sign in to comment.