Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge main into develop branch #19

Merged
merged 2 commits into from
Aug 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 8 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,16 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2024-08-15

### Added

- Support for article pages.
- Support for RSS feed generation for articles.
- Support for article pages.
- Support for RSS feed generation for articles.

### Changed

- Snapshot versions are no longer considered the latest version.
- Snapshot versions are no longer considered the latest version.

### Fixed

Expand Down Expand Up @@ -68,7 +70,9 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

- Initial release.

[Unreleased]: https://github.com/refinedmods/refinedsites/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/refinedmods/refinedsites/compare/v0.4.0...HEAD

[0.4.0]: https://github.com/refinedmods/refinedsites/compare/v0.3.0...v0.4.0

[0.3.0]: https://github.com/refinedmods/refinedsites/compare/v0.2.3...v0.3.0

Expand Down
Loading