Skip to content

Commit

Permalink
(cargo-release) version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Sep 13, 2022
1 parent 11380f7 commit 740f534
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
<!-- next-header -->

## [Unreleased] - ReleaseDate

## [1.1.0] - 2022-09-13
- Use musl binaries inside container image
- Add julia module [#392](https://github.com/svenstaro/genact/pull/392) (thanks @FedoricoStra)
- Fix wasm version
Expand Down Expand Up @@ -47,7 +49,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Rewrite web version using wasm-bindgen

<!-- next-url -->
[Unreleased]: https://github.com/svenstaro/genact/compare/v1.0.2...HEAD
[Unreleased]: https://github.com/svenstaro/genact/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/svenstaro/genact/compare/v1.0.2...v1.1.0
[1.0.2]: https://github.com/svenstaro/genact/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/svenstaro/genact/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/svenstaro/genact/compare/v0.12.0...v1.0.0
Expand Down
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
@@ -1,7 +1,7 @@
[package]
name = "genact"
description = "A nonsense activity generator"
version = "1.0.2"
version = "1.1.0"
repository = "https://github.com/svenstaro/genact"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -71,7 +71,7 @@ or (on Docker)

### Usage

genact 1.0.2
genact 1.1.0
Sven-Hendrik Haase <svenstaro@gmail.com>
A nonsense activity generator

Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>genact 1.0.2</title>
<title>genact 1.1.0</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1" name="viewport" />
Expand Down

0 comments on commit 740f534

Please sign in to comment.