Skip to content

Commit

Permalink
docco: Update for pre-release 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
wokket committed Sep 8, 2021
1 parent 1454c30 commit 9b22788
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.6.0
- Breaking Change ([#25](https://github.com/wokket/rust-hl7/issues/25)): Moved the core structs to the top-level module to avoid the noisy using statements.

## 0.5.0
- Add `query` functions to replace the string based `Index` impls in the version version. These are functionally identical to the string `Index` implementations, but avoid some lifetime issues (returning `&&str`) and have visible documentation.
- Add `EscapeSequence` struct to support decoding [escape sequences](https://www.lyniate.com/knowledge-hub/hl7-escape-sequences/) back to their original values.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-hl7"
version = "0.5.0-pre"
version = "0.6.0"
authors = ["wokket <[email protected]>"]
edition = "2018"
description = "HL7 Parser and object builder? query'er? - experimental only at any rate"
Expand Down

0 comments on commit 9b22788

Please sign in to comment.