Skip to content

Commit db89b37

Browse files
committed
release v0.23.0
1 parent 27e33ce commit db89b37

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ members = [".", "macros", "examples/lang/js_web_api"]
4747
[package]
4848
name = "devela"
4949
description = "A development layer."
50-
version = "0.23.0-rc.2" # In sync with DOCS/CHANGELOG.md
50+
version = "0.23.0" # In sync with DOCS/CHANGELOG.md
5151
rust-version = "1.85.0" # In sync with README.md & .github/workflows/check.yml
5252
edition = "2024"
5353
authors = ["José Luis Cruz <joseluis@andamira.net>"]

DOCS/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Changelog from 2025 on
22

3-
## [0.23.0-wip] *unreleased*
3+
[0.23.0] 2025-03-02
4+
===================
45

56
### Added
67
- new features:
@@ -210,4 +211,4 @@
210211
- refactor `rustdoc-header.html` to be modular, more efficient and versatile.
211212
- compile in docs.rs with `cpu-native` flag.
212213

213-
[unreleased]: https://github.com/andamira/devela/compare/v0.23.0-wip...HEAD
214+
[0.23.0]: https://github.com/andamira/devela/releases/tag/v0.23.0

0 commit comments

Comments
 (0)