Skip to content

Commit

Permalink
Bump version for release
Browse files Browse the repository at this point in the history
  • Loading branch information
releasebot committed Dec 30, 2021
1 parent 0b2aa45 commit 61ad787
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Per Keep a Changelog there are 6 main categories of changes:
#### Table of Contents

- [Unreleased](#unreleased)
- [v0.19.0](#v0190)
- [v0.18.0](#v0180)
- [v0.17.2](#v0172)
- [v0.17.1](#v0171)
Expand All @@ -31,6 +32,10 @@ Per Keep a Changelog there are 6 main categories of changes:

## Unreleased

## v0.19.0

Released 2021-12-30

### Changed
- Split up render into two internal functions, `prepare` and `split_render`.
- Add `SamplerDesc` to TextureConfig
Expand Down Expand Up @@ -157,7 +162,8 @@ Released 2020-11-21

## Diffs

- [Unreleased](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.18.0...HEAD)
- [Unreleased](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.19.0...HEAD)
- [v0.19.0](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.18.0...v0.19.0)
- [v0.18.0](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.17.2...v0.18.0)
- [v0.17.2](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.17.1...v0.17.2)
- [v0.17.1](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.17.0...v0.17.1)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "2"

[package]
name = "imgui-wgpu"
version = "0.18.0"
version = "0.19.0"
authors = ["Noah Hüsser <yatekii@yatekii.ch>", "Connor Fitzgerald <connorwadefitzgerald@gmail.com>", "Steven Wittens <steven@acko.net>"]
edition = "2018"
description = "A wgpu render backend for imgui-rs."
Expand Down

0 comments on commit 61ad787

Please sign in to comment.