Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.4.1"
".": "0.5.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,23 @@
* honor `[skip ci]` consistently in the website CI workflow
* update Next.js and the dependency graph to patched releases and enforce a full audit in verification

## [0.5.0](https://github.com/Open-Syria/website/compare/v0.4.1...v0.5.0) (2026-07-25)


### Features

* add telecom dataset to website ([18632c9](https://github.com/Open-Syria/website/commit/18632c92e82add0744df2081daacc82795cd7a4d))


### Bug Fixes

* align dataset discovery and dependencies ([47c72e2](https://github.com/Open-Syria/website/commit/47c72e2e81febc7077f506b1fb728de91a6697b9))
* cache GitHub metadata requests ([1c76148](https://github.com/Open-Syria/website/commit/1c7614864c3934648813de06cacd497c451e083c))
* include local dataset descriptors in catalog ([bc342d3](https://github.com/Open-Syria/website/commit/bc342d3dc842f8be71b3646a7bf203761dd6d016))
* keep dataset endpoint routes in fallback catalog ([2bd2850](https://github.com/Open-Syria/website/commit/2bd2850bdbd068b6f0a829978baa26cfa44fa241))
* move og logo metadata to layout ([2b698b6](https://github.com/Open-Syria/website/commit/2b698b63e10ffc1b00e85ae2978b28fae7e5d577))
* prevent oversized proxy headers ([dfbd10b](https://github.com/Open-Syria/website/commit/dfbd10bd5883a16c6c2bb9329b51ff01805bb5d4))

## [0.4.1](https://github.com/Open-Syria/website/compare/v0.4.0...v0.4.1) (2026-07-08)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@open-syria/website",
"version": "0.4.1",
"version": "0.5.0",
"private": true,
"description": "OpenSyria public website.",
"license": "MIT",
Expand Down