@@ -7,33 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 0.3.0] - 2025-12-30
11+
1012### Added
1113
1214- Support for Instagram URLs
1315- Support for YouTube URLs
1416- Support for Facebook profile.php URLs (profile ID-based)
15- - CLI with ` check ` and ` extract ` commands using typer
17+ - CLI with ` check ` and ` extract ` commands
1618- Type hints throughout the codebase
17- - GitHub Actions CI/CD with trusted publishing
1819- Support for Python 3.9-3.13
1920
2021### Changed
2122
22- - Migrated from setup.py to pyproject.toml with hatch-vcs
23- - Replaced flake8 with ruff for linting and formatting
24- - Replaced Sphinx with MkDocs for documentation
25- - Minimum Python version is now 3.9
23+ - Modernized packaging and CI/CD (pyproject.toml, GitHub Actions, MkDocs)
2624
2725### Fixed
2826
29- - Regex patterns now use proper anchors (` ^ ` /` $ ` ) for exact matching
30- - Character classes use ` [A-Za-z] ` instead of ` [A-z] ` (avoids matching `[ \] ^_ ``)
27+ - Regex patterns now use proper anchors for exact matching
3128
3229### Removed
3330
3431- Dropped support for Python 3.4-3.8
35- - Removed Travis CI (replaced with GitHub Actions)
36- - Removed tox (using uv + GitHub Actions matrix)
3732
3833## [ 0.2.0] - 2018-05-31
3934
@@ -49,6 +44,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4944- First release on PyPI
5045- Support for Facebook, Twitter, LinkedIn, GitHub detection
5146
52- [ Unreleased ] : https://github.com/lorey/socials/compare/v0.2.0...HEAD
53- [ 0.2.0 ] : https://github.com/lorey/socials/compare/0.1.0...v0.2.0
54- [ 0.1.0 ] : https://github.com/lorey/socials/releases/tag/0.1.0
47+ [ Unreleased ] : https://github.com/lorey/socials/compare/v0.3.0...HEAD
48+ [ 0.3.0 ] : https://github.com/lorey/socials/compare/v0.2.0...v0.3.0
49+ [ 0.2.0 ] : https://github.com/lorey/socials/compare/v0.1.0...v0.2.0
50+ [ 0.1.0 ] : https://github.com/lorey/socials/releases/tag/v0.1.0
0 commit comments