Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Gui-Yom committed May 12, 2021
1 parent d67ce60 commit 236fe33
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 5 deletions.
23 changes: 20 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,33 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project
adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0] - 2021-05-12

### Added

- Load a shader with the load button
- Checkbox to activate fs watch

### Removed

- Load shader through cli

## [0.1.0] - 2021-05-11

### Added

- Initial release, more like a proof of concept
- Load shaders, preprocess some special directives
- GUI with egui

[Unreleased]: https://github.com/Gui-Yom/nuance/compare/v0.1.0...HEAD
[Unreleased]: https://github.com/Gui-Yom/nuance/compare/v0.2.0...HEAD

[0.2.0]: https://github.com/Gui-Yom/nuance/compare/v0.1.0...v0.2.0

[0.1.0]: https://github.com/Gui-Yom/nuance/releases/tag/v0.1.0
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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nuance"
version = "0.1.0"
version = "0.2.0"
authors = ["Guillaume Anthouard <[email protected]>"]
edition = "2018"
include = ["src/**/*", "LICENSE", "README.md"]
Expand Down

0 comments on commit 236fe33

Please sign in to comment.