Skip to content

Commit

Permalink
docs: Add release notes for 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Oct 24, 2024
1 parent 23423ed commit b0fa619
Show file tree
Hide file tree
Showing 2 changed files with 652 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bin/merged_prs.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//> using jvm 17
//> using scala "3.3.0"
//> using dep "org.kohsuke:github-api:1.318"
//> using dep "com.lihaoyi::os-lib:0.9.2"
//> using dep "org.kohsuke:github-api:1.326"
//> using dep "com.lihaoyi::os-lib:0.11.3"
//> using options "-Wunused:all", "-deprecation"

import scala.collection.mutable.ListBuffer
Expand All @@ -13,7 +14,7 @@ import org.kohsuke.github.GHIssueState
import java.text.SimpleDateFormat
import java.util.Date

val codename = "Thallium"
val codename = "Palladium"

@main
def main(
Expand Down
Loading

0 comments on commit b0fa619

Please sign in to comment.