Skip to content

Commit

Permalink
release 0.99.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nesk authored and github-actions[bot] committed Dec 26, 2024
1 parent ea74e68 commit c32973c
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ env:
ALGOLIA_INDEX_NAME: akkurate
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
CONFIG_JSON_PRODUCT: AKKURATE
CONFIG_JSON_VERSION: 0.11.0
CONFIG_JSON_VERSION: 0.99.0

jobs:
build-documentation:
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.99.0] - 2024-12-26
### Added
- test

Expand Down Expand Up @@ -97,7 +99,8 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Suppress the warning about useless casts in generated accessors. ([#8](https://github.com/nesk/akkurate/issues/8))

## [0.1.0] - 2023-09-12
[Unreleased]: https://github.com/nesk/akkurate/compare/0.11.0...HEAD
[Unreleased]: https://github.com/nesk/akkurate/compare/0.99.0...HEAD
[0.99.0]: https://github.com/nesk/akkurate/compare/0.11.0...0.99.0
[0.11.0]: https://github.com/nesk/akkurate/compare/0.10.0...0.11.0
[0.10.0]: https://github.com/nesk/akkurate/compare/0.9.1...0.10.0
[0.9.1]: https://github.com/nesk/akkurate/compare/0.9.0...0.9.1
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/akkurate.version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.11.0"
version = "0.99.0"
2 changes: 1 addition & 1 deletion documentation/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Akkurate"/>
<var name="version" value="0.11.0"/>
<var name="version" value="0.99.0"/>
<var name="github_product_url" value="https://github.com/nesk/akkurate"/>
<var name="roadmap_url" value="https://github.com/users/nesk/projects/1/views/1"/>
<var name="api_reference_url" value="https://akkurate.dev/api"/>
Expand Down
2 changes: 1 addition & 1 deletion documentation/writerside.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
<ihp version="2.0">
<topics dir="topics"/>
<images dir="images" web-path="images"/>
<instance src="akkurate.tree" version="0.11.0"/>
<instance src="akkurate.tree" version="0.99.0"/>
</ihp>

0 comments on commit c32973c

Please sign in to comment.