Skip to content
This repository has been archived by the owner on Mar 31, 2023. It is now read-only.

Commit

Permalink
Bump version to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ymmt2005 committed Dec 15, 2021
1 parent 2056399 commit 040fa44
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down Expand Up @@ -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
Expand Down
13 changes: 3 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.

Expand All @@ -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

0 comments on commit 040fa44

Please sign in to comment.