Skip to content

Commit 9d91242

Browse files
authored
chore(main): release dsp-meta 2.3.2 (#271)
1 parent 101405e commit 9d91242

File tree

4 files changed

+24
-3
lines changed

4 files changed

+24
-3
lines changed

.github/release-please/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.3.1"
2+
".": "2.3.2"
33
}

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## [2.3.2](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.1...dsp-meta-v2.3.2) (2024-11-11)
4+
5+
6+
### Maintenances
7+
8+
* **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))
9+
* **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))
10+
* **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))
11+
* **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))
12+
13+
14+
### Project Data
15+
16+
* Add rich project link ([#276](https://github.com/dasch-swiss/dsp-meta/issues/276)) ([660d926](https://github.com/dasch-swiss/dsp-meta/commit/660d926c5e480119922509a629732e88b817daa0))
17+
18+
19+
### Documentation
20+
21+
* 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))
22+
* 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))
23+
324
## [2.3.1](https://github.com/dasch-swiss/dsp-meta/compare/dsp-meta-v2.3.0...dsp-meta-v2.3.1) (2024-10-21)
425

526

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dsp-meta"
3-
version = "2.3.1"
3+
version = "2.3.2"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
homepage = "https://github.com/dasch-swiss/dsp-meta"

0 commit comments

Comments
 (0)