Skip to content

Commit

Permalink
release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Apr 1, 2024
1 parent 5e519ed commit 6c478a8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import Dependencies._

inThisBuild(
Seq(
tlBaseVersion := "1.0",
tlBaseVersion := "1.1",
homepage := Some(new URL("https://typelevel.org/Laika/")),
organization := "org.typelevel",
organizationHomepage := Some(new URL("http://typelevel.org")),
Expand Down
3 changes: 2 additions & 1 deletion docs/src/04-customizing-laika/05-ast-rewriting.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ val newDoc = doc.rewrite(RewriteRules.forBlocks {
```


### Effectful AST Transformations
Effectful AST Transformations
-----------------------------

The rewrite rules shown in this chapter so far were all applied to individual nodes within parsed documents,
and had to be pure functions without any side effects.
Expand Down
2 changes: 1 addition & 1 deletion project/ManualSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object ManualSettings {

object versions {

val latestRelease = "1.0.1"
val latestRelease = "1.1.0"

private def version(version: String, label: String = "EOL"): Version = {
val (pathSegment, canonical) = version match {
Expand Down

0 comments on commit 6c478a8

Please sign in to comment.