We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ddebd commit 76bfe57Copy full SHA for 76bfe57
CHANGELOG.md
@@ -4,6 +4,6 @@ All notable changes to this project will be documented in this file.
4
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
-## [v0.1.0](https://github.com/dashbitco/lazy_html/tree/v0.1.0) (TBD)
+## [v0.1.0](https://github.com/dashbitco/lazy_html/tree/v0.1.0) (2025-04-04)
8
9
Initial release.
mix.exs
@@ -3,7 +3,7 @@ defmodule LazyHTML.MixProject do
3
@lexbor_version "2.4.0"
- @version "0.1.0-dev"
+ @version "0.1.0"
@description "Efficient parsing and querying of HTML documents"
@github_url "https://github.com/dashbitco/lazy_html"
0 commit comments