Skip to content

Commit 959a2fe

Browse files
committed
Version 0.2.3
1 parent 309b535 commit 959a2fe

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CARGO_TERM_COLOR: always
10-
NDCELL_VERSION: 0.3.0-dev
10+
NDCELL_VERSION: 0.2.3
1111

1212
jobs:
1313

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to NDCell will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), except for minor stylistic changes to organize features and accomodate named versions. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) with respect to the Rust API for `ndcell_core`, the NDCA API for `ndcell_lang`, and the combined Lua/NDCA API for `ndcell_ui`, the main application.
66

7-
## [Unreleased]
7+
## [0.2.3] Blinker (2021-02-22)
88

99
### Added
1010

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ui/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndcell"
3-
version = "0.3.0-dev"
3+
version = "0.2.3"
44
authors = ["HactarCE <[email protected]>"]
55
edition = "2018"
66
build = "build.rs"
@@ -43,6 +43,6 @@ proptest = "0.10"
4343
[package.metadata.winres]
4444
FileDescription = "NDCell"
4545
ProductName = "NDCell"
46-
ProductVersion = "0.3.0-dev"
46+
ProductVersion = "0.2.3"
4747
OriginalFilename = "ndcell.exe"
4848
LegalCopyright = "Copyright © 2021 HactarCE"

0 commit comments

Comments
 (0)