Skip to content

Commit

Permalink
release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Nov 3, 2024
1 parent e16cb01 commit 262a354
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).

## [Unreleased]


## [1.0.0] - 2024-11-03

### Added

* `hx_get`, `hx_post`, `hx_put`, `hx_patch` and `hx_delete`
Expand All @@ -17,4 +20,5 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
* `hx_boost`
* `hx_on`, `hx_on_htmx_before_request` and `hx_on_htmx_after_request`

[Unreleased]: https://github.com/jcornaz/fun-htmx/compare/...HEAD
[Unreleased]: https://github.com/jcornaz/fun-htmx/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/jcornaz/fun-htmx/compare/...v1.0.0
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 = "fun-htmx"
version = "0.0.0"
version = "1.0.0"
license = "MIT"
authors = ["Jonathan Cornaz"]
edition = "2021"
Expand Down

0 comments on commit 262a354

Please sign in to comment.