Skip to content

Commit

Permalink
Increment version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaime Piña committed Sep 11, 2019
1 parent 5eb297e commit 4dab6de
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 10 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@ Banner | ✔ | ✔ | ✔
Speech | ✔ | ✔ | ✔
BearyChat | ✔ | ✔ | ✔
HipChat | ✔ | ✔ | ✔
Mattermost | ✔ | ✔ | ✔
Pushbullet | ✔ | ✔ | ✔
Pushover | ✔ | ✔ | ✔
Pushsafer | ✔ | ✔ | ✔
Simplepush | ✔ | ✔ | ✔
Slack | ✔ | ✔ | ✔
Mattermost | ✔ | ✔ | ✔
Telegram | ✔ | ✔ | ✔
Zulip | ✔ | ✔ | ✔
```

Checkout the [screenshots] directory to see what the notifications look like on
Expand Down Expand Up @@ -70,10 +72,11 @@ automatically. Otherwise, you'll need to pass a flag or export a var if you
don't use the Makefile.

```shell
go build -mod=vendor
go build -mod=vendor github.com/variadico/noti/cmd/noti
# or
export GOFLAGS="-mod=vendor"
go build
export GO111MODULE="on"
go build github.com/variadico/noti/cmd/noti
```

Also, `go get` doesn't really work anymore starting in Go 1.12.
Expand Down
3 changes: 2 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
* OS X-specific flags and usage text from Linux and FreeBSD help.


[Unreleased]: https://github.com/variadico/noti/compare/3.2.0...dev
[Unreleased]: https://github.com/variadico/noti/compare/3.3.0...dev
[3.3.0]: https://github.com/variadico/noti/compare/3.2.0...3.3.0
[3.2.0]: https://github.com/variadico/noti/compare/3.1.0...3.2.0
[3.1.0]: https://github.com/variadico/noti/compare/3.0.0...3.1.0
[3.0.0]: https://github.com/variadico/noti/compare/v2.7.0...3.0.0
Expand Down
4 changes: 2 additions & 2 deletions docs/man/noti.1
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.7.2
.\" Automatically generated by Pandoc 2.7.3
.\"
.TH "NOTI" "1" "2018/03/25" "noti 3.2.0" "Noti Manual"
.TH "NOTI" "1" "2018/03/25" "noti 3.3.0" "Noti Manual"
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/man/noti.1.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% NOTI(1) noti 3.2.0 | Noti Manual
% NOTI(1) noti 3.3.0 | Noti Manual
% Jaime Piña
% 2018/03/25

Expand Down
4 changes: 2 additions & 2 deletions docs/man/noti.yaml.5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.\" Automatically generated by Pandoc 2.7.2
.\" Automatically generated by Pandoc 2.7.3
.\"
.TH "NOTI.YAML" "5" "2018/03/25" "noti 3.2.0" "Noti Configuration File Format"
.TH "NOTI.YAML" "5" "2018/03/25" "noti 3.3.0" "Noti Configuration File Format"
.hy
.SH NAME
.PP
Expand Down
2 changes: 1 addition & 1 deletion docs/man/noti.yaml.5.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% NOTI.YAML(5) noti 3.2.0 | Noti Configuration File Format
% NOTI.YAML(5) noti 3.3.0 | Noti Configuration File Format
% Jaime Piña
% 2018/03/25

Expand Down
2 changes: 2 additions & 0 deletions docs/release.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ Make sure latest dev is green on CI.
* docs/man/noti.1.md
* docs/man/noti.yaml.5.md

Don't forget to `make man` to generate the updated man pages.

## Merge to master

```
Expand Down

0 comments on commit 4dab6de

Please sign in to comment.