# Changelog All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - ## [0.2.0](https://github.com/EgorHenek/pages-meta/compare/5fb14862fccd831872935f22195d117b0827e3cf..0.2.0) - 2024-10-05 #### Bug Fixes - Handle HTTP errors in `handle_extract` function (#10) - ([365d288](https://github.com/EgorHenek/pages-meta/commit/365d2887c2d8b942e620d3de66c1120253013ed7)) - [@EgorHenek](https://github.com/EgorHenek) #### Build system - bump tower-http from 0.5.2 to 0.6.1 (#5) - ([563cd0f](https://github.com/EgorHenek/pages-meta/commit/563cd0f99f1f922df536ee4185b22853582b588c)) - dependabot[bot] - bump axum from 0.7.5 to 0.7.6 (#6) - ([2658512](https://github.com/EgorHenek/pages-meta/commit/26585124a13473e1eeb9c95865b0bcdac631bb62)) - dependabot[bot] - reorder build step in publish-binaries workflow - ([5fb1486](https://github.com/EgorHenek/pages-meta/commit/5fb14862fccd831872935f22195d117b0827e3cf)) - [@EgorHenek](https://github.com/EgorHenek) #### Features - add OG tag extraction (#9) - ([95b6cfb](https://github.com/EgorHenek/pages-meta/commit/95b6cfb064c73ca7f52a6679dd7ba60ad3ac7396)) - [@EgorHenek](https://github.com/EgorHenek) - - - ## [0.1.1](https://github.com/EgorHenek/pages-meta/compare/35848da6f839b78942a6fbfdce54daa3bece56d8..0.1.1) - 2024-09-17 #### Bug Fixes - restrict title extraction to head element (#3) - ([f7e46c2](https://github.com/EgorHenek/pages-meta/commit/f7e46c207e2da92971d64bd27136cc5e15c77d97)) - [@EgorHenek](https://github.com/EgorHenek) #### Build system - add installation of gcc-aarch64-linux-gnu for arm64 builds in CI workflow - ([0273555](https://github.com/EgorHenek/pages-meta/commit/027355592e678f420f8b2702e447a61740870962)) - [@EgorHenek](https://github.com/EgorHenek) #### Documentation - add web frontend usage example to README - ([15477a8](https://github.com/EgorHenek/pages-meta/commit/15477a8d988918e33e5e2c469a9c1a2c13ba4f5d)) - [@EgorHenek](https://github.com/EgorHenek) #### Miscellaneous Chores - add description for the application in Cargo.toml - ([35848da](https://github.com/EgorHenek/pages-meta/commit/35848da6f839b78942a6fbfdce54daa3bece56d8)) - [@EgorHenek](https://github.com/EgorHenek) - - - ## [0.1.0](https://github.com/EgorHenek/pages-meta/compare/a4460d6fef919f4c3cb9f2eca8a1efa8b3ec2320..0.1.0) - 2024-09-16 #### Features - Create README file for Page Meta Extractor application - ([7608f75](https://github.com/EgorHenek/pages-meta/commit/7608f758da310151f2429a7321bb3d679438a17e)) - [@EgorHenek](https://github.com/EgorHenek) - first commit - ([a4460d6](https://github.com/EgorHenek/pages-meta/commit/a4460d6fef919f4c3cb9f2eca8a1efa8b3ec2320)) - [@EgorHenek](https://github.com/EgorHenek) #### Miscellaneous Chores - update GitHub Actions workflow to trigger on tag push and modify README for new container image name - ([ab42e44](https://github.com/EgorHenek/pages-meta/commit/ab42e44db96628ac1af6e8a592378c922df09613)) - [@EgorHenek](https://github.com/EgorHenek) - - - Changelog generated by [cocogitto](https://github.com/cocogitto/cocogitto).