Skip to content

Commit

Permalink
Merge pull request #14 from SorenHolstHansen/release-plz-2024-02-06T1…
Browse files Browse the repository at this point in the history
…9-54-18Z

chore: release v0.1.1
  • Loading branch information
SorenHolstHansen authored Feb 6, 2024
2 parents f68e620 + dc3709f commit d08c741
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1](https://github.com/SorenHolstHansen/leptos_toaster/compare/v0.1.0...v0.1.1) - 2024-02-06

### Other
- add close_button flag
- release-plz workflow
- exclude .github in release
- add author
- Merge branch 'main' of github.com:SorenHolstHansen/leptos_toaster
- new line in README
- clippy
- remove stylesheet
- include css with component
- example setup
- Initial commit
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "leptos_toaster"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
repository = "https://github.com/SorenHolstHansen/leptos_toaster"
license = "MIT"
Expand Down

0 comments on commit d08c741

Please sign in to comment.