Skip to content

Commit

Permalink
prepare for 0.61.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 28, 2024
1 parent 66a9456 commit c0e2789
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sauron"
version = "0.61.7"
version = "0.61.8"
authors = [ "Jovansonlee Cesar <[email protected]>" ]
license = "MIT"
description = "A versatile web framework and library for building client-side and/or server-side web applications"
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.61.8
- Fix: setting values in common html attributes should be enable by default

## 0.61.7
- remove support for `custom_element` as its functionality is superseeded with `stateful_component`
- remove parent in DomNode as to simplify code
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sauron-core"
version = "0.61.7"
version = "0.61.8"
authors = [ "Jovansonlee Cesar <[email protected]>" ]
license = "MIT"
description = "An html library for building client side webapps"
Expand Down
2 changes: 1 addition & 1 deletion crates/html-parser/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sauron-html-parser"
version = "0.61.7"
version = "0.61.8"
edition = "2021"
authors = [ "Jovansonlee Cesar <[email protected]>" ]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion crates/macro/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sauron-macro"
version = "0.61.7"
version = "0.61.8"
authors = ["John-John Tedro <[email protected]>", "Jovansonlee Cesar <[email protected]>"]
license = "MIT"
description = "An html library for building client side webapps"
Expand Down

0 comments on commit c0e2789

Please sign in to comment.