Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pajlada committed Jul 9, 2020
1 parent 0449da1 commit 7b235a3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unversioned

## [0.1.2] - 2020-07-09

- Add a configuration option to always restart the twitter stream consumer whenever the set of requested follows changes, as opposed to only doing it when changes are additive. In the configuration file: `twitter.always_restart = true`, in command line arguments: `--twitter-always-restart`, in environment variables: `PAJBOT_TWITTER_ALWAYS_RESTART=<anything>`. (#20)
- Send close frames when the application shuts down (#21)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tweet-provider"
version = "0.1.1"
version = "0.1.2"
authors = ["Rasmus Karlsson <[email protected]>", "Lucas Desgouilles <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit 7b235a3

Please sign in to comment.