Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
refactor: prepare to release v0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
minchao committed Apr 5, 2022
1 parent 8761a48 commit 7f1550b
Show file tree
Hide file tree
Showing 1,584 changed files with 182,378 additions and 191,086 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-specifications-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- uses: minchao/setup-go-swagger@v1
with:
version: v0.27.0
version: v0.29.0

- name: Fetche all newest openapi specifications
run: make spec
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- uses: golangci/golangci-lint-action@v2
with:
version: v1.41
version: v1.45

commitlint:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:

- uses: minchao/setup-go-swagger@v1
with:
version: v0.27.0
version: v0.29.0

- run: make validate
- run: make test
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@

## [Unreleased]

## [0.15.0] - 2022-04-05

### Changed
- 累積的 API 更新。
- 更新依賴庫。

## [0.14.0] - 2021-10-24

### Added
Expand Down Expand Up @@ -180,7 +186,8 @@
### Added
- 首次發行,提供基本、航空、公車、軌道、自行車與觀光等 PTX API 用戶端程式庫。

[Unreleased]: https://github.com/minchao/go-ptx/compare/v0.14.0...HEAD
[Unreleased]: https://github.com/minchao/go-ptx/compare/v0.15.0...HEAD
[0.15.0]: https://github.com/minchao/go-ptx/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/minchao/go-ptx/compare/v0.13.0...v0.14.0
[0.13.0]: https://github.com/minchao/go-ptx/compare/v0.12.0...v0.13.0
[0.12.0]: https://github.com/minchao/go-ptx/compare/v0.11.0...v0.12.0
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ go-ptx 使用 [go-swagger](https://github.com/go-swagger/go-swagger) 自動從 P
- Go >= 1.14
- GNU Make
- golangci-lint
- go-swagger
- [go-swagger](https://goswagger.io/install.html)

安裝依賴工具:

Expand Down Expand Up @@ -57,7 +57,10 @@ $ make generate
# 4. 驗證客戶端庫
$ make lint

# 5. 執行整合測試
# 5. 執行測試
$ make test

# 6. 執行整合測試
$ make test-integration
```

Expand Down
Loading

0 comments on commit 7f1550b

Please sign in to comment.