Skip to content

Commit

Permalink
(cargo-release) version 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Sep 10, 2022
1 parent fadc627 commit cdc39ac
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.0.2] - 2022-09-10
- Use less CPU when printing large strings
- Improve release flow

Expand Down Expand Up @@ -42,7 +44,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.1...HEAD
[Unreleased]: https://github.com/svenstaro/genact/compare/v1.0.2...HEAD
[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
[0.12.0]: https://github.com/svenstaro/genact/compare/v0.11.0...v0.12.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.1"
version = "1.0.2"
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.1
genact 1.0.2
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.1</title>
<title>genact 1.0.2</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 cdc39ac

Please sign in to comment.