Skip to content

Commit

Permalink
Release v1.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed May 9, 2024
1 parent 1bdd349 commit 89c7ad9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion DSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

The code snippet below describes the entire syntax of the DSL. The complete
reference can be found in the `dsl`
[package documentation](https://pkg.go.dev/goa.design/model@v1.9.4/dsl?tab=doc)
[package documentation](https://pkg.go.dev/goa.design/model@v1.9.5/dsl?tab=doc)

```Go
// Design defines the architecture design containing the models and views.
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,13 +212,13 @@ in this repo.

### Using Model as a library

The [mdl](https://pkg.go.dev/goa.design/model@v1.9.4/mdl?tab=doc) package
[RunDSL](https://pkg.go.dev/goa.design/model@v1.9.4/mdl?tab=doc#RunDSL)
The [mdl](https://pkg.go.dev/goa.design/model@v1.9.5/mdl?tab=doc) package
[RunDSL](https://pkg.go.dev/goa.design/model@v1.9.5/mdl?tab=doc#RunDSL)
method runs the DSL and produces data structures that contain all the
information needed to render the views it defines.

The [stz](https://pkg.go.dev/goa.design/model@v1.9.4/stz?tab=doc) package
[RunDSL](https://pkg.go.dev/goa.design/model@v1.9.4/stz?tab=doc#RunDSL)
The [stz](https://pkg.go.dev/goa.design/model@v1.9.5/stz?tab=doc) package
[RunDSL](https://pkg.go.dev/goa.design/model@v1.9.5/stz?tab=doc#RunDSL)
method runs the DSL and produces a data structure that can be serialized into
JSON and uploaded to the [Structurizr service](https://structurizr.com).

Expand Down Expand Up @@ -347,7 +347,7 @@ view that is scoped to a parent element.
### Resources

The DSL package
[documentation](https://pkg.go.dev/goa.design/model@v1.9.4/dsl?tab=doc) lists
[documentation](https://pkg.go.dev/goa.design/model@v1.9.5/dsl?tab=doc) lists
all the DSL keywords and their usage.

The file [DSL.md](https://github.com/goadesign/model/blob/master/DSL.md)
Expand Down
2 changes: 1 addition & 1 deletion pkg/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const (
// Minor version number
Minor = 9
// Build number
Build = 4
Build = 5
// Suffix - set to empty string in release tag commits.
Suffix = ""
)
Expand Down

0 comments on commit 89c7ad9

Please sign in to comment.