Skip to content

Commit

Permalink
1.0.0-beta.1 release (#44)
Browse files Browse the repository at this point in the history
- version bump
  • Loading branch information
tib authored Oct 22, 2024
1 parent 87ad4d3 commit a25bd94
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ make install
which toucan
```

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

## Available commands

### generate
Expand All @@ -35,6 +33,8 @@ Watch the source folder to any changes, to automatically re-generate the site.
toucan watch ./src ./docs --base-url http://localhost:3000/
```

NOTE: version 1.0.0-beta.1 watch command only supports macOS, Linux support is coming soon.

### serve

Serves a given folder using an optional port number. Your site will be available under `http://localhost:3000/`, if you run like this:
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.3",
version: "1.0.0-beta.1",
subcommands: [
Generate.self,
Serve.self,
Expand Down

0 comments on commit a25bd94

Please sign in to comment.