-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(changelog): add
CHANGELOG-1.0.11.md
- Loading branch information
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
|
||
<a name="v1.0.11"></a> | ||
## [v1.0.11] - 2024-04-01 | ||
### Other Changes | ||
- fix to skip contaminated version numbers on `pkg.go.dev`. | ||
|
||
### BREAKING CHANGE | ||
|
||
disable contaminated product package versions `v1.0.9` and `v1.0.10` on `pkg.go.dev`. | ||
|
||
Code migration requires changing the version of the 'bifrost' package from v1.0.9 or v1.0.10 to v1.0.11, as shown in the following example: | ||
|
||
`go.mod`: | ||
|
||
``` | ||
require ( | ||
github.com/ClessLi/bifrost v1.0.11 | ||
) | ||
``` | ||
|
||
[v1.0.11]: https://github.com/ClessLi/bifrost/compare/v1.0.9...v1.0.11 |