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 Sep 4, 2021
1 parent 88aceb3 commit a81670c
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.17.0](#v0170)
- [v0.16.0](#v0160)
- [v0.15.1](#v0151)
- [v0.15.0](#v0150)
Expand All @@ -27,6 +28,10 @@ Per Keep a Changelog there are 6 main categories of changes:

## Unreleased

## v0.17.0

Released 2021-09-04

#### Changed
- Internal: translate shaders from SPIR-V to WGSL

Expand Down Expand Up @@ -118,7 +123,8 @@ Released 2020-11-21

## Diffs

- [Unreleased](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.16.0...HEAD)
- [Unreleased](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.17.0...HEAD)
- [v0.17.0](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.16.0...v0.17.0)
- [v0.16.0](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.15.1...v0.16.0)
- [v0.15.1](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.15.0...v0.15.1)
- [v0.15.0](https://github.com/Yatekii/imgui-wgpu-rs/compare/v0.14.0...v0.15.0)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "imgui-wgpu"
version = "0.16.0"
version = "0.17.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 a81670c

Please sign in to comment.