Skip to content

Commit

Permalink
Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yorickpeterse committed Dec 24, 2024
1 parent f4f2ad4 commit 00d36f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

**NOTE:** this file is automatically generated, please do not edit it manually.

## 0.7.0 (2024-12-24)

### Changed

- [Prepare for Inko 0.18.0](https://github.com/inko-lang/idoc/commit/f4f2ad475169bae27ff73d301f99046f231876b1)

## 0.6.0 (2024-11-28)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion src/idoc/cmd.inko
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import std.optparse (Help, Options)
import std.sys (Command, Stream)
import wobsite (Site)

let VERSION = '0.6.0'
let VERSION = '0.7.0'

# The directory in which to look for the output of `inko doc`.
let INPUT_DIR = 'build/docs'
Expand Down

0 comments on commit 00d36f5

Please sign in to comment.