Skip to content

Commit 16019af

Browse files
Merge pull request #108 from gowthamsk-arm/update_crate
Bump parsec-interface and update crate version
2 parents 1953d61 + fa35561 commit 16019af

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.15.0](https://github.com/parallaxsecond/parsec-client-rust/tree/0.15.0) (2023-01-04)
4+
5+
[Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.1...0.15.0)
6+
7+
**Merged pull requests:**
8+
9+
- Update to remove const\_err [\#107](https://github.com/parallaxsecond/parsec-client-rust/pull/107) ([marcsvll](https://github.com/marcsvll))
10+
311
## [0.14.1](https://github.com/parallaxsecond/parsec-client-rust/tree/0.14.1) (2022-09-12)
412

513
[Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.0...0.14.1)

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-client"
3-
version = "0.14.1"
3+
version = "0.15.0"
44
authors = ["Contributors to the Parsec project"]
55
description = "Parsec Client library for the Rust ecosystem"
66
license = "Apache-2.0"
@@ -12,7 +12,7 @@ edition = "2018"
1212
documentation = "https://docs.rs/crate/parsec-client"
1313

1414
[dependencies]
15-
parsec-interface = "0.27.0"
15+
parsec-interface = "0.28.0"
1616
num = "0.4.0"
1717
log = "0.4.17"
1818
derivative = "2.1.1"

0 commit comments

Comments
 (0)