Skip to content

Commit

Permalink
Version 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
HactarCE committed Feb 27, 2021
1 parent 7d16d7c commit 9ed624b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
CARGO_TERM_COLOR: always
NDCELL_VERSION: 0.2.4
NDCELL_VERSION: 0.2.5

jobs:

Expand Down
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ All notable changes to NDCell will be documented in this file.

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.

## [Unreleased]
## [0.2.5] Blinker (2021-02-26)

### Fixed

- Crash on startup with an NVIDIA GPU

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

### Optimized

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "ndcell"
version = "0.2.4"
version = "0.2.5"
authors = ["HactarCE <[email protected]>"]
edition = "2018"
build = "build.rs"
Expand Down Expand Up @@ -43,6 +43,6 @@ proptest = "0.10"
[package.metadata.winres]
FileDescription = "NDCell"
ProductName = "NDCell"
ProductVersion = "0.2.4"
ProductVersion = "0.2.5"
OriginalFilename = "ndcell.exe"
LegalCopyright = "Copyright © 2021 HactarCE"

0 comments on commit 9ed624b

Please sign in to comment.