@asyncapi/specs
Advanced tools
Comparing version 4.2.0 to 4.2.1
{ | ||
"name": "@asyncapi/specs", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"description": "AsyncAPI schema versions", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -88,3 +88,3 @@ ![npm](https://img.shields.io/npm/v/@asyncapi/specs?style=for-the-badge) ![npm](https://img.shields.io/npm/dt/@asyncapi/specs?style=for-the-badge) | ||
```go | ||
import "github.com/asyncapi/spec_json_schemas/v2" | ||
import "github.com/asyncapi/spec_json_schemas/v4" | ||
@@ -155,2 +155,7 @@ func Do() { | ||
} | ||
``` | ||
``` | ||
### Handling breaking changes | ||
Whenever a Breaking Change is introduced, the following steps should be taken in Go package: | ||
1. Edit `go.mod` file, and increase the version package suffix in the module name. For example, if the current version is `v2.0.0`, and you are releasing `v3.0.0`, the module name should be `github.com/asyncapi/spec-json-schemas/v3`. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
14167862
159