Skip to content

Commit

Permalink
chore: Release genact version 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenstaro committed Dec 10, 2023
1 parent ff03e2e commit 769e1cd
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 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.3.0] - 2023-12-10
- Fix undeterministically ordered module list [#528](https://github.com/svenstaro/genact/pull/528) (thanks @VergeDX)
- Implement `--instant-print-lines` argument [#583](https://github.com/svenstaro/genact/pull/583) (thanks @josherrickson)

Expand Down Expand Up @@ -65,7 +67,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.2.2...HEAD
[Unreleased]: https://github.com/svenstaro/genact/compare/v1.3.0...HEAD
[1.3.0]: https://github.com/svenstaro/genact/compare/v1.2.2...v1.3.0
[1.2.2]: https://github.com/svenstaro/genact/compare/v1.2.1...v1.2.2
[1.2.1]: https://github.com/svenstaro/genact/compare/v1.2.0...v1.2.1
[1.2.0]: https://github.com/svenstaro/genact/compare/v1.1.1...v1.2.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.2.2"
version = "1.3.0"
repository = "https://github.com/svenstaro/genact"
authors = ["Sven-Hendrik Haase <svenstaro@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -2,7 +2,7 @@
<html>

<head>
<title>genact 1.2.2</title>
<title>genact 1.3.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 769e1cd

Please sign in to comment.