Skip to content

Commit 9ed624b

Browse files
committed
Version 0.2.5
1 parent 7d16d7c commit 9ed624b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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.2.4
10+
NDCELL_VERSION: 0.2.5
1111

1212
jobs:
1313

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ 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.5] Blinker (2021-02-26)
88

99
### Fixed
1010

1111
- Crash on startup with an NVIDIA GPU
1212

13-
## [0.2.4] Blinder (2021-02-25)
13+
## [0.2.4] Blinker (2021-02-25)
1414

1515
### Optimized
1616

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.2.4"
3+
version = "0.2.5"
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.2.4"
46+
ProductVersion = "0.2.5"
4747
OriginalFilename = "ndcell.exe"
4848
LegalCopyright = "Copyright © 2021 HactarCE"

0 commit comments

Comments
 (0)