From 040fa449b707fea359e9c9d57c0247b968741f3f Mon Sep 17 00:00:00 2001 From: ymmt Date: Wed, 15 Dec 2021 05:29:08 +0000 Subject: [PATCH] Bump version to 1.11.0 --- CHANGELOG.md | 11 ++++++++++- README.md | 13 +++---------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d152bf..bcbe233 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.11.0] - 2021-12-15 + +### Changed +- Update dependencies (#39). + +### Removed +- The wrapped `http.ResponseWriter` no longer implements `http.CloseNotifier` (#39). + ## [1.10.0] - 2020-01-24 ### Added - Getter for requestIDHeader (#35). @@ -101,7 +109,8 @@ This project adheres to [Semantic Versioning](http://semver.org/). - Conform to cybozu-go/log v1.1.0 spec. [activation]: http://0pointer.de/blog/projects/socket-activation.html -[Unreleased]: https://github.com/cybozu-go/cmd/compare/v1.10.0...HEAD +[Unreleased]: https://github.com/cybozu-go/cmd/compare/v1.11.0...HEAD +[1.11.0]: https://github.com/cybozu-go/cmd/compare/v1.10.0...v1.11.0 [1.10.0]: https://github.com/cybozu-go/cmd/compare/v1.9.0...v1.10.0 [1.9.0]: https://github.com/cybozu-go/cmd/compare/v1.8.1...v1.9.0 [1.8.1]: https://github.com/cybozu-go/cmd/compare/v1.8.0...v1.8.1 diff --git a/README.md b/README.md index 37fcf8e..c132044 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![GitHub release](https://img.shields.io/github/release/cybozu-go/well.svg?maxAge=60)][releases] -[![GoDoc](https://godoc.org/github.com/cybozu-go/well?status.svg)][godoc] -[![CircleCI](https://circleci.com/gh/cybozu-go/well.svg?style=svg)](https://circleci.com/gh/cybozu-go/well) +[![CI](https://github.com/cybozu-go/well/actions/workflows/ci.yaml/badge.svg)](https://github.com/cybozu-go/well/actions/workflows/ci.yaml) +[![PkgGoDev](https://pkg.go.dev/badge/github.com/cybozu-go/well)](https://pkg.go.dev/github.com/cybozu-go/well) [![Go Report Card](https://goreportcard.com/badge/github.com/cybozu-go/well)](https://goreportcard.com/report/github.com/cybozu-go/well) Go Command Framework @@ -102,7 +102,7 @@ Commands using this framework implement these external specifications: Usage ----- -Read [Tutorial][wiki], [the design notes](DESIGN.md) and [godoc][]. +Read [Tutorial][wiki], [the design notes](DESIGN.md) and [API documents](https://pkg.go.dev/github.com/cybozu-go/well). A [wiki page for cobra users](https://github.com/cybozu-go/well/wiki/Use-with-spf13-cobra) is also available. @@ -117,13 +117,6 @@ Real world examples Pull requests are welcome to add your project to this list! -License -------- - -[MIT][] - [releases]: https://github.com/cybozu-go/well/releases -[godoc]: https://godoc.org/github.com/cybozu-go/well [wiki]: https://github.com/cybozu-go/well/wiki/Tutorial [cobra]: https://github.com/spf13/cobra -[MIT]: https://opensource.org/licenses/MIT