Skip to content

Commit bff19bc

Browse files
authored
chore: prepare release v0.3.2 (#220)
1 parent 593fd25 commit bff19bc

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,3 +114,14 @@
114114
### Features
115115

116116
* feature: support gin middleware and grpc interceptor ([212](https://github.com/CECTC/dbpack/issues/212)) ([a74d1d2](https://github.com/CECTC/dbpack/commit/a74d1d201457bc394bdbf0364cb25657fca3e0e2))
117+
118+
## v0.3.1
119+
120+
### Features
121+
122+
* feature: support customize request buffer size for http request ([218](https://github.com/CECTC/dbpack/issues/218)) ([593fd25](https://github.com/CECTC/dbpack/commit/593fd25981a28ce9c83ec49a6a1556e9961d49fe))
123+
124+
### Changes
125+
126+
* chore: print ping failed err ([216](https://github.com/CECTC/dbpack/pull/216)) ([852a0f2](https://github.com/CECTC/dbpack/commit/852a0f21f76a270c4d5e8eba60e7c155f0f8edaa))
127+

cmd/cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func main() {
5656
}
5757

5858
var (
59-
Version = "0.3.1"
59+
Version = "0.3.2"
6060
defaultHTTPListenPort = 18888
6161
appName = "dbpack"
6262

pkg/http/status.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16+
1617
package http
1718

1819
import (

0 commit comments

Comments
 (0)