File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## [ 0.1.1]
9+
10+ ### Added
11+
12+ - ` npm run bump ` / ` npm run release ` scripts that tag a version and create the
13+ GitHub Release, which the ` release ` workflow publishes to the Go module proxy
14+
815## [ 0.1.0]
916
1017### Added
@@ -19,4 +26,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1926- ` context.Context ` variants for every API
2027- Built-in ServiceStack DTOs referenced by generated DTOs
2128
29+ [ 0.1.1 ] : https://github.com/ServiceStack/servicestack-go/releases/tag/v0.1.1
2230[ 0.1.0 ] : https://github.com/ServiceStack/servicestack-go/releases/tag/v0.1.0
Original file line number Diff line number Diff line change 11{
22 "name" : " servicestack-go" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.1 " ,
44 "description" : " Typed Go Client Library for consuming ServiceStack APIs" ,
55 "repository" : " ServiceStack/servicestack-go" ,
66 "private" : true ,
You can’t perform that action at this time.
0 commit comments