Skip to content

Commit

Permalink
Merge pull request #237 from kevin-lee/update-docs
Browse files Browse the repository at this point in the history
Update docs
  • Loading branch information
kevin-lee authored Aug 28, 2024
2 parents 900260b + 69a0399 commit b049bbb
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/decver/decver.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@

# DecVer (Decimal Version)

It requires the `just-semver-decver` module.

```scala
"io.kevinlee" %% "just-semver-decver" % "@VERSION@"
```

```scala
"io.kevinlee" %%% "just-semver-decver" % "@VERSION@"
```


## `DecVer.parse`

```scala mdoc:reset-object
Expand Down
13 changes: 13 additions & 0 deletions docs/semver/semver.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ For now, please do not use any types and methods from the package other than `ju
* `just.semver.matcher` or any other `just.semver.xxx` packages: You can use it but not recommended as it's currently experimental.
:::

***

It requires the `just-semver-core` module.

```scala
"io.kevinlee" %% "just-semver-core" % "@VERSION@"
```

```scala
"io.kevinlee" %%% "just-semver-core" % "@VERSION@"
```


## `SemVer.parse`

```scala mdoc:reset-object
Expand Down

0 comments on commit b049bbb

Please sign in to comment.