Skip to content

Commit

Permalink
Bump version to 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
web-flow committed Jul 7, 2021
1 parent fa2bd71 commit 9783e40
Show file tree
Hide file tree
Showing 3 changed files with 149 additions and 22 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
<!-- markdownlint-disable -->
## [Unreleased]

## [0.14.0] - 2021-07-07

### Added
- Summarize for publish and readability content for Telegra.ph
- Add support to serve WARC file
- Add Sonatype Nancy to check for vulnerabilities
- Attaching hashtag to the Mastodon toot

### Changed
- Minor improvements: waitgroup => errgroup
- Standardize the description of Docker images
- Disable to releasing snap if pull requests
- Refactor: publish multiple message
- Improvement for web layout
- Misc updates

## [0.13.1] - 2021-06-27

### Added
Expand Down
12 changes: 5 additions & 7 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ require (
github.com/dghubble/oauth1 v0.7.0
github.com/go-shiori/dom v0.0.0-20210627111528-4e4722cd0d65 // indirect
github.com/go-shiori/obelisk v0.0.0-20201115143556-8de0d40b0a9b // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-github/v33 v33.0.0
github.com/gorilla/mux v1.8.0
github.com/klauspost/cpuid/v2 v2.0.7 // indirect
github.com/klauspost/cpuid/v2 v2.0.8 // indirect
// github.com/ipsn/go-libtor v1.0.329
github.com/libp2p/go-libp2p-core v0.8.5 // indirect
github.com/logrusorgru/aurora/v3 v3.0.0
Expand All @@ -26,21 +25,20 @@ require (
github.com/prometheus/client_golang v1.11.0
github.com/prometheus/common v0.29.0
github.com/sirupsen/logrus v1.8.1 // indirect
github.com/spf13/cobra v1.1.3
github.com/tdewolff/parse/v2 v2.5.18 // indirect
github.com/spf13/cobra v1.2.1
github.com/tdewolff/parse/v2 v2.5.19 // indirect
github.com/thoj/go-ircevent v0.0.0-20190807115034-8e7ce4b5a1eb
github.com/wabarc/archive.is v1.3.0
github.com/wabarc/archive.org v1.2.0
github.com/wabarc/helper v0.0.0-20210706220001-6ba9e89c752b
github.com/wabarc/logger v0.0.0-20210417045349-d0d82e8e99ee
github.com/wabarc/playback v0.0.0-20210706162327-6ba67b324cc8
github.com/wabarc/screenshot v1.2.0
github.com/wabarc/telegra.ph v0.0.0-20210703211321-96a81d310b4b
github.com/wabarc/screenshot v1.2.1-0.20210706220510-48726ae5afed
github.com/wabarc/telegra.ph v0.0.0-20210706221033-79350ef1df55
github.com/wabarc/warcraft v0.1.1-0.20210707001544-e897dbede7c3
github.com/wabarc/wbipfs v0.2.0
github.com/whyrusleeping/tar-utils v0.0.0-20201201191210-20a61371de5b // indirect
go.etcd.io/bbolt v1.3.5
go.opencensus.io v0.23.0 // indirect
golang.org/x/net v0.0.0-20210614182718-04defd469f4e
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c
gopkg.in/tucnak/telebot.v2 v2.3.5
Expand Down
Loading

0 comments on commit 9783e40

Please sign in to comment.