Skip to content

Commit a328dfe

Browse files
committed
Fix keyword and add changelog
1 parent 1f7a7ac commit a328dfe

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Change log
2+
3+
All notable changes to the project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).
4+
5+
## [0.8.0] - 2022-01-19
6+
### Changed:
7+
- Introduced new Error variant

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repository = "https://github.com/launchdarkly/rust-eventsource-client"
66
authors = ["LaunchDarkly"]
77
edition = "2018"
88
license = "Apache-2.0"
9-
keywords = ["launchdarkly", "feature-flags", "feature-toggles", "eventsource", "server-sent events"]
9+
keywords = ["launchdarkly", "feature-flags", "feature-toggles", "eventsource", "server-sent-events"]
1010
exclude = [
1111
".circleci",
1212
".ldrelease"

0 commit comments

Comments
 (0)