Skip to content

Commit 771bd8c

Browse files
committed
(cargo-release) version 0.11.0
1 parent 87a0803 commit 771bd8c

File tree

5 files changed

+8
-5
lines changed

5 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
88
<!-- next-header -->
99

1010
## [Unreleased] - ReleaseDate
11+
12+
## [0.11.0] - 2021-03-19
1113
- Add docker_build module [#103](https://github.com/svenstaro/genact/pull/103) (thanks @Kovah)
1214
- Refactored modules to implement a common trait
1315

@@ -27,7 +29,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
2729
- Rewrite web version using wasm-bindgen
2830

2931
<!-- next-url -->
30-
[Unreleased]: https://github.com/svenstaro/genact/compare/v0.10.0...HEAD
32+
[Unreleased]: https://github.com/svenstaro/genact/compare/v0.11.0...HEAD
33+
[0.11.0]: https://github.com/svenstaro/genact/compare/v0.10.0...v0.11.0
3134
[0.10.0]: https://github.com/svenstaro/genact/compare/v0.9.0...v0.10.0
3235
[0.9.0]: https://github.com/svenstaro/genact/compare/v0.8.1...v0.9.0
3336
[0.8.1]: https://github.com/svenstaro/genact/compare/v0.8.0...v0.8.1

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.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "genact"
33
description = "A nonsense activity generator"
4-
version = "0.10.1-alpha.0"
4+
version = "0.11.0"
55
repository = "https://github.com/svenstaro/genact"
66
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
77
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ or (on Docker)
6060

6161
### Usage
6262

63-
genact 0.10.0
63+
genact 0.11.0
6464
Sven-Hendrik Haase <svenstaro@gmail.com>
6565
A nonsense activity generator
6666

static/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html>
33

44
<head>
5-
<title>genact 0.10.0</title>
5+
<title>genact 0.11.0</title>
66
<meta charset="utf-8" />
77
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
88
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" name="viewport" />

0 commit comments

Comments
 (0)