Skip to content
This repository was archived by the owner on Sep 17, 2023. It is now read-only.

Commit d8d4203

Browse files
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.0.34...v6.0.0) (2023-04-02) * refactor!: replace anyhow with thiserror ([6ebfdb4](6ebfdb4)) * refactor!: use associated types in ConfigurationFile trait ([f26e2b5](f26e2b5)) ### BREAKING CHANGES * Library functions no longer expose `anyhow::Result`, instead exposing `std::error::Error` via thiserror. * The `ConfigurationFile` trait changed the generic type into an associated type.
1 parent 6ebfdb4 commit d8d4203

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# [6.0.0](https://github.com/typescript-tools/rust-implementation/compare/v5.0.34...v6.0.0) (2023-04-02)
2+
3+
4+
* refactor!: replace anyhow with thiserror ([6ebfdb4](https://github.com/typescript-tools/rust-implementation/commit/6ebfdb49b659a7736725148c96b30069f25c61b9))
5+
* refactor!: use associated types in ConfigurationFile trait ([f26e2b5](https://github.com/typescript-tools/rust-implementation/commit/f26e2b5126360d464d56b091a76a28f233b19aae))
6+
7+
8+
### BREAKING CHANGES
9+
10+
* Library functions no longer expose `anyhow::Result`,
11+
instead exposing `std::error::Error` via thiserror.
12+
* The `ConfigurationFile` trait changed the generic type
13+
into an associated type.
14+
115
## [5.0.34](https://github.com/typescript-tools/rust-implementation/compare/v5.0.33...v5.0.34) (2023-03-30)
216

317

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@typescript-tools/rust-implementation",
3-
"version": "5.0.34",
3+
"version": "6.0.0",
44
"license": "ISC",
55
"publishConfig": {
66
"access": "public"

0 commit comments

Comments
 (0)