Skip to content

Commit b478eda

Browse files
committed
Prepare v0.3.0
1 parent 22dc48b commit b478eda

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ instructions below.
1515

1616
```shell
1717
scala2plantuml \
18-
--url 'https://repo1.maven.org/maven2/nz/co/bottech/scala2plantuml-example_2.13/0.2.0/scala2plantuml-example_2.13-0.2.0.jar'\
18+
--url 'https://repo1.maven.org/maven2/nz/co/bottech/scala2plantuml-example_2.13/0.3.0/scala2plantuml-example_2.13-0.3.0.jar'\
1919
--project example \
2020
"nz/co/bottech/scala2plantuml/example/Main."
2121
```
@@ -71,7 +71,7 @@ For most use cases you should add Scala2PlantUML as a global plugin since your b
7171
Create `~/.sbt/1.0/plugins/scala2PlantUML.sbt` containing:
7272

7373
```text
74-
addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.2.0")
74+
addSbtPlugin("nz.co.bottech" % "sbt-scala2plantuml" % "0.3.0")
7575
```
7676

7777
### Generate the Diagram
@@ -106,7 +106,7 @@ scala2plantuml --help
106106
```
107107

108108
```text
109-
Scala2PlantUML version 0.2.0
109+
Scala2PlantUML version 0.3.0
110110
Usage: scala2plantuml [options] symbol
111111
112112
Scala2PlantUML generates PlantUML Class Diagrams from Scala SemanticDB files.

build.sbt

+1-3
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,7 @@ inThisBuild(
8484
// This needs to be set otherwise the GitHub workflow plugin gets confused about which
8585
// version to use for the publish job.
8686
scalaVersion := scala212,
87-
// TODO: Revert this after releasing 0.3.0.
88-
//versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
89-
versionPolicyIntention := Compatibility.None,
87+
versionPolicyIntention := Compatibility.BinaryAndSourceCompatible,
9088
versionScheme := Some("early-semver")
9189
)
9290
)

0 commit comments

Comments
 (0)