Skip to content

Commit c32973c

Browse files
neskgithub-actions[bot]
authored andcommitted
release 0.99.0
1 parent ea74e68 commit c32973c

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ env:
2121
ALGOLIA_INDEX_NAME: akkurate
2222
ALGOLIA_KEY: ${{ secrets.ALGOLIA_KEY }}
2323
CONFIG_JSON_PRODUCT: AKKURATE
24-
CONFIG_JSON_VERSION: 0.11.0
24+
CONFIG_JSON_VERSION: 0.99.0
2525

2626
jobs:
2727
build-documentation:

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.99.0] - 2024-12-26
810
### Added
911
- test
1012

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

99101
## [0.1.0] - 2023-09-12
100-
[Unreleased]: https://github.com/nesk/akkurate/compare/0.11.0...HEAD
102+
[Unreleased]: https://github.com/nesk/akkurate/compare/0.99.0...HEAD
103+
[0.99.0]: https://github.com/nesk/akkurate/compare/0.11.0...0.99.0
101104
[0.11.0]: https://github.com/nesk/akkurate/compare/0.10.0...0.11.0
102105
[0.10.0]: https://github.com/nesk/akkurate/compare/0.9.1...0.10.0
103106
[0.9.1]: https://github.com/nesk/akkurate/compare/0.9.0...0.9.1
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version = "0.11.0"
1+
version = "0.99.0"

documentation/v.list

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
33
<vars>
44
<var name="product" value="Akkurate"/>
5-
<var name="version" value="0.11.0"/>
5+
<var name="version" value="0.99.0"/>
66
<var name="github_product_url" value="https://github.com/nesk/akkurate"/>
77
<var name="roadmap_url" value="https://github.com/users/nesk/projects/1/views/1"/>
88
<var name="api_reference_url" value="https://akkurate.dev/api"/>

documentation/writerside.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
<ihp version="2.0">
55
<topics dir="topics"/>
66
<images dir="images" web-path="images"/>
7-
<instance src="akkurate.tree" version="0.11.0"/>
7+
<instance src="akkurate.tree" version="0.99.0"/>
88
</ihp>

0 commit comments

Comments
 (0)