# Changelog All notable changes to this project will be documented in this file. It uses the [Keep a Changelog] format, and this project adheres to [Semantic Versioning]. [Keep a Changelog]: https://keepachangelog.com/en/1.1.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html "Semantic Versioning 2.0.0" ## [v0.1.0] — 2026-04-15 ### ⚡ Improvements * First release, everything is new! ### 🏗️ Build Setup * PGXS build pipeline * PGXN and GitHub release workflows ### ⬆️ Dependencies * Requires the [re2] library ### 📚 Documentation * Reference documentation in [doc/pg_re.md](doc/pg_re.md) ### 📔 Notes * Set full version in `PG_MODULE_MAGIC_EXT` [v0.1.0]: https://github.com/clickhouse/pg_re2/compare/5b8df6a...v0.1.0 [re2]: https://github.com/google/re2 "RE2, a regular expression library"