Skip to content

Commit

Permalink
prepare for 0.61.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanceras committed Apr 24, 2024
1 parent 5040356 commit 5836e48
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 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.6"
version = "0.61.7"
authors = [ "Jovansonlee Cesar <ivanceras@gmail.com>" ]
license = "MIT"
description = "A versatile web framework and library for building client-side and/or server-side web applications"
Expand Down
6 changes: 5 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Changelog

## Unreleased
## 0.61.7
- remove support for `custom_element` as its functionality is superseeded with `stateful_component`
- remove parent in DomNode as to simplify code

## 0.61.6
- remove template and use-template feature gate as it is not adding performance enhancements

## 0.61.5
- rename `safe_html` to `raw_html`
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.6"
version = "0.61.7"
authors = [ "Jovansonlee Cesar <ivanceras@gmail.com>" ]
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.6"
version = "0.61.7"
edition = "2021"
authors = [ "Jovansonlee Cesar <ivanceras@gmail.com>" ]
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.6"
version = "0.61.7"
authors = ["John-John Tedro <udoprog@tedro.se>", "Jovansonlee Cesar <ivanceras@gmail.com>"]
license = "MIT"
description = "An html library for building client side webapps"
Expand Down

0 comments on commit 5836e48

Please sign in to comment.