Skip to content

Commit 740f534

Browse files
committed
(cargo-release) version 1.1.0
1 parent 11380f7 commit 740f534

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+
## [1.1.0] - 2022-09-13
1113
- Use musl binaries inside container image
1214
- Add julia module [#392](https://github.com/svenstaro/genact/pull/392) (thanks @FedoricoStra)
1315
- Fix wasm version
@@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4749
- Rewrite web version using wasm-bindgen
4850

4951
<!-- next-url -->
50-
[Unreleased]: https://github.com/svenstaro/genact/compare/v1.0.2...HEAD
52+
[Unreleased]: https://github.com/svenstaro/genact/compare/v1.1.0...HEAD
53+
[1.1.0]: https://github.com/svenstaro/genact/compare/v1.0.2...v1.1.0
5154
[1.0.2]: https://github.com/svenstaro/genact/compare/v1.0.1...v1.0.2
5255
[1.0.1]: https://github.com/svenstaro/genact/compare/v1.0.0...v1.0.1
5356
[1.0.0]: https://github.com/svenstaro/genact/compare/v0.12.0...v1.0.0

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 = "1.0.2"
4+
version = "1.1.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
@@ -71,7 +71,7 @@ or (on Docker)
7171

7272
### Usage
7373

74-
genact 1.0.2
74+
genact 1.1.0
7575
Sven-Hendrik Haase <svenstaro@gmail.com>
7676
A nonsense activity generator
7777

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 1.0.2</title>
5+
<title>genact 1.1.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)