Skip to content

Commit

Permalink
Release 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sake92 committed Aug 24, 2024
1 parent b9b0428 commit 8458bed
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion DEV.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ git diff
git commit -am "msg"


$VERSION="0.4.1"
$VERSION="0.5.0"
git commit --allow-empty -am "Release $VERSION"
git tag -a $VERSION -m "Release $VERSION"
git push --atomic origin main $VERSION
Expand Down
3 changes: 2 additions & 1 deletion docs/src/files/tutorials/TutorialPage.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ trait TutorialPage extends DocPage {

override def categoryPosts = List(
Index,
GettingStarted
GettingStarted,
CodeGen
)

override def pageCategory = Some("Tutorials")
Expand Down
2 changes: 1 addition & 1 deletion docs/src/utils/Consts.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Consts:

val ArtifactOrg = "ba.sake"
val ArtifactName = "squery"
val ArtifactVersion = "0.4.1"
val ArtifactVersion = "0.5.0"

val GhHandle = "sake92"
val GhProjectName = "squery"
Expand Down
2 changes: 1 addition & 1 deletion examples/cli/hello.sc
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//> using scala "3.3.1"
//> using dep "ba.sake::squery:0.4.0"
//> using dep "ba.sake::squery:0.5.0"
//> using dep "com.h2database:h2:2.1.214"
//> using dep "com.lihaoyi::pprint:0.9.0"

Expand Down

0 comments on commit 8458bed

Please sign in to comment.