Skip to content

Commit

Permalink
Prepare for 0.27 release
Browse files Browse the repository at this point in the history
  • Loading branch information
noelwelsh committed Dec 13, 2024
1 parent 70b84de commit b68fce0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.27.0 13-Dec-2024

- Fix rendering deadlock in the Java2D backend. See #176

- Correctly set window size in Java2D backend. See #179


## 0.26.0 26-Sept-2024

- Complete reworking of SVG backend to remove race conditions and manage resources correctly.
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import scala.sys.process._
import scala.sys.process.*
import laika.config.LinkConfig
import laika.config.ApiLinks
import laika.theme.Theme

ThisBuild / tlBaseVersion := "0.26" // your current series x.y
ThisBuild / tlBaseVersion := "0.27" // your current series x.y

Global / onChangedBuildSource := ReloadOnSourceChanges

Expand Down

0 comments on commit b68fce0

Please sign in to comment.