Skip to content

Commit 538ac9c

Browse files
committed
v0.1.1
1 parent 87667dc commit 538ac9c

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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,

0 commit comments

Comments
 (0)