Skip to content

Commit

Permalink
docs(changelog): add CHANGELOG-1.0.1.md
Browse files Browse the repository at this point in the history
  • Loading branch information
colin404 committed Jul 7, 2021
1 parent 1b02788 commit 12f7ae8
Show file tree
Hide file tree
Showing 40 changed files with 7 additions and 1,730 deletions.
6 changes: 1 addition & 5 deletions CHANGELOG/CHANGELOG-1.0.1.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

<a name="v1.0.1"></a>
## [v1.0.1](https://github.com/marmotedu/iam/compare/v1...v1.0.1) (2021-05-26)

### Bug Fixes

* fix swagger makefile dependence error
## [v1.0.1](https://github.com/marmotedu/iam/compare/v1.0.0...v1.0.1) (2021-07-08)

2 changes: 1 addition & 1 deletion api/swagger/docs/user_swagger.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
v1 "github.com/marmotedu/api/apiserver/v1"
metav1 "github.com/marmotedu/component-base/pkg/meta/v1"

"github.com/marmotedu/iam/internal/apiserver/api/v1/user"
"github.com/marmotedu/iam/internal/apiserver/controller/v1/user"
)

// swagger:route POST /users users createUserRequest
Expand Down
2 changes: 1 addition & 1 deletion api/swagger/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ definitions:
- newPassword
title: ChangePasswordRequest defines the ChangePasswordRequest data format.
type: object
x-go-package: github.com/marmotedu/iam/internal/apiserver/api/v1/user
x-go-package: github.com/marmotedu/iam/internal/apiserver/controller/v1/user
Condition:
properties:
GetName:
Expand Down
106 changes: 0 additions & 106 deletions internal/apiserver/api/v1/cache/cache.go

This file was deleted.

211 changes: 0 additions & 211 deletions internal/apiserver/api/v1/cache/cache_test.go

This file was deleted.

46 changes: 0 additions & 46 deletions internal/apiserver/api/v1/policy/create.go

This file was deleted.

Loading

0 comments on commit 12f7ae8

Please sign in to comment.