Skip to content

Commit

Permalink
Alpha.2 version preparation (#23)
Browse files Browse the repository at this point in the history
- update version
- update deps
  • Loading branch information
tib authored Oct 10, 2024
1 parent bda74de commit 53d1892
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions Package.resolved
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"originHash" : "57e79febb1b9b9d2af5d25da7b2a34aef73052505c1abb50b5cd7d502bbac15f",
"originHash" : "a838f7cb273b8f80fe06c62a21b4174406706a65b7f08250976616e2d9bbbcef",
"pins" : [
{
"identity" : "async-http-client",
Expand Down Expand Up @@ -33,8 +33,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/hummingbird-project/hummingbird.git",
"state" : {
"revision" : "6c568da113a7abe712e4a00883a85ff7745d6929",
"version" : "2.0.0"
"revision" : "913e6a0b4bd9c1c0efd399cd870c47187e74d00e",
"version" : "2.1.0"
}
},
{
Expand Down Expand Up @@ -150,8 +150,8 @@
"kind" : "remoteSourceControl",
"location" : "https://github.com/hummingbird-project/swift-mustache",
"state" : {
"revision" : "cde358e364ab26f2b72a5f70613cfb0a574de6c9",
"version" : "2.0.0-beta.3"
"revision" : "933fa3d60f5b1721b91b07f66866a2baf3e16ed0",
"version" : "2.0.0-rc.1"
}
},
{
Expand Down
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,16 @@ let package = Package(
.library(name: "ToucanSDK", targets: ["ToucanSDK"]),
],
dependencies: [
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-algorithms", from: "1.0.0"),
.package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0"),
.package(url: "https://github.com/apple/swift-algorithms", from: "1.2.0"),
.package(url: "https://github.com/apple/swift-markdown", branch: "main"),
.package(url: "https://github.com/apple/swift-log", from: "1.6.0"),
.package(url: "https://github.com/binarybirds/file-manager-kit", from: "0.1.0"),
.package(url: "https://github.com/binarybirds/shell-kit", from: "1.0.0"),
.package(url: "https://github.com/hummingbird-project/swift-mustache", from: "2.0.0-beta.3"),
.package(url: "https://github.com/jpsim/Yams", from: "5.0.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "2.0.0"),
.package(url: "https://github.com/scinfu/SwiftSoup", from: "2.6.0"),
.package(url: "https://github.com/hummingbird-project/swift-mustache", from: "2.0.0-rc.1"),
.package(url: "https://github.com/jpsim/Yams", from: "5.1.0"),
.package(url: "https://github.com/hummingbird-project/hummingbird", from: "2.1.0"),
.package(url: "https://github.com/scinfu/SwiftSoup", from: "2.7.0"),
] + deps,
targets: [
.executableTarget(
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ make install
which toucan
```

NOTE: version 1.0.0-alpha.1 only supports macOS, Linux support is coming soon.
NOTE: version 1.0.0-alpha.2 only supports macOS, Linux support is coming soon.

## Available commands

Expand Down
2 changes: 1 addition & 1 deletion Sources/toucan-cli/Entrypoint.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ struct Entrypoint: AsyncParsableCommand {
discussion: """
A markdown-based Static Site Generator (SSG) written in Swift.
""",
version: "1.0.0-alpha.1",
version: "1.0.0-alpha.2",
subcommands: [
Generate.self,
Serve.self,
Expand Down

0 comments on commit 53d1892

Please sign in to comment.