Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Feb 24, 2021
1 parent 9c47533 commit 115d65e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.3.0 (2021-02-24)
--------------------------
Migrate from Bintray to Github for releases (#12)
Update Copyright to 2017-2021 (#14)

Version 0.2.0 (2018-06-26)
--------------------------
Add support for Webhook max-stdouterr-size (#6)
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 = "factotum-server"
version = "0.2.0"
version = "0.3.0"
authors = ["Nicholas Ung <[email protected]>", "Josh Beemster <[email protected]>"]

[dependencies]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ Job server as a web service. Enables the scheduling and concurrent execution of
Assuming you're running **64 bit Linux**:

```{bash}
$ wget https://github.com/snowplow/factotum-server/releases/download/0.2.0/factotum_server_0.2.0_linux_x86_64.zip
$ unzip factotum_server_0.2.0_linux_x86_64.zip
$ wget https://github.com/snowplow/factotum-server/releases/download/0.3.0/factotum_server_0.3.0_linux_x86_64.zip
$ unzip factotum_server_0.3.0_linux_x86_64.zip
$ ./factotum-server --help
```

Expand Down Expand Up @@ -76,7 +76,7 @@ limitations under the License.
[license-image]: http://img.shields.io/badge/license-Apache--2-blue.svg?style=flat

[releases]: https://github.com/snowplow/factotum-server/releases
[release-image]: http://img.shields.io/badge/release-0.2.0-6ad7e5.svg?style=flat
[release-image]: http://img.shields.io/badge/release-0.3.0-6ad7e5.svg?style=flat

[factotum-repo]: https://github.com/snowplow/factotum
[wiki-home]: https://github.com/snowplow/factotum/wiki/Factotum-Server
Expand Down

0 comments on commit 115d65e

Please sign in to comment.