Skip to content

Commit 0088765

Browse files
committed
chore: Release genact version 1.4.1
1 parent 21d6ca1 commit 0088765

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
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.4.1] - 2024-02-17
1113
- Fix hang in Terraform module on WASM [#624](https://github.com/svenstaro/genact/issues/624)
1214

1315
## [1.4.0] - 2024-02-16
@@ -71,7 +73,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
7173
- Rewrite web version using wasm-bindgen
7274

7375
<!-- next-url -->
74-
[Unreleased]: https://github.com/svenstaro/genact/compare/v1.4.0...HEAD
76+
[Unreleased]: https://github.com/svenstaro/genact/compare/v1.4.1...HEAD
77+
[1.4.1]: https://github.com/svenstaro/genact/compare/v1.4.0...v1.4.1
7578
[1.4.0]: https://github.com/svenstaro/genact/compare/v1.3.0...v1.4.0
7679
[1.3.0]: https://github.com/svenstaro/genact/compare/v1.2.2...v1.3.0
7780
[1.2.2]: https://github.com/svenstaro/genact/compare/v1.2.1...v1.2.2

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.4.0"
4+
version = "1.4.1"
55
repository = "https://github.com/svenstaro/genact"
66
authors = ["Sven-Hendrik Haase <[email protected]>"]
77
license = "MIT"

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.4.0</title>
5+
<title>genact 1.4.1</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)