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

chore(main): release dsp-meta 2.3.2 #271

Merged
merged 1 commit into from
Nov 11, 2024
Merged
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 .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.3.1"
".": "2.3.2"
}
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [2.3.2](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.1...dsp-meta-v2.3.2) (2024-11-11)


### Maintenances

* **deps-dev:** Bump tslib from 2.8.0 to 2.8.1 in /web-frontend in the frontend-dependencies group ([#274](https://github.com/dasch-swiss/dsp-meta/issues/274)) ([1059adb](https://github.com/dasch-swiss/dsp-meta/commit/1059adbe8af8068795561360ab4a97bfcd688735))
* **deps:** Bump the backend-dependencies group with 3 updates ([#273](https://github.com/dasch-swiss/dsp-meta/issues/273)) ([08166b3](https://github.com/dasch-swiss/dsp-meta/commit/08166b3d7620492c535420ae353e624b9195ddd5))
* **deps:** Bump the backend-dependencies group with 4 updates ([#277](https://github.com/dasch-swiss/dsp-meta/issues/277)) ([101405e](https://github.com/dasch-swiss/dsp-meta/commit/101405e8632e9f68c069d64de285260df86924f3))
* **deps:** Bump the backend-dependencies group with 6 updates ([#272](https://github.com/dasch-swiss/dsp-meta/issues/272)) ([0cf8446](https://github.com/dasch-swiss/dsp-meta/commit/0cf844670407f39568e2998dbf3e837797843fc1))


### Project Data

* Add rich project link ([#276](https://github.com/dasch-swiss/dsp-meta/issues/276)) ([660d926](https://github.com/dasch-swiss/dsp-meta/commit/660d926c5e480119922509a629732e88b817daa0))


### Documentation

* Add working copy of the data model for elaborating the next model version (DEV-4307) ([#275](https://github.com/dasch-swiss/dsp-meta/issues/275)) ([dcfb211](https://github.com/dasch-swiss/dsp-meta/commit/dcfb2111561d76313952f9ef83d81563b84237c3))
* Publish docs to the repo's github pages ([#264](https://github.com/dasch-swiss/dsp-meta/issues/264)) ([a832f91](https://github.com/dasch-swiss/dsp-meta/commit/a832f91bb75e6b7441a28758d26b924f89b435c7))

## [2.3.1](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.0...dsp-meta-v2.3.1) (2024-10-21)


Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dsp-meta"
version = "2.3.1"
version = "2.3.2"
edition = "2021"
license = "MIT OR Apache-2.0"
homepage = "https://github.com/dasch-swiss/dsp-meta"
Expand Down