Skip to content

Commit

Permalink
Merge pull request #216 from Dasharo/develop
Browse files Browse the repository at this point in the history
Release 2.1.3
  • Loading branch information
m-iwanicki authored Jan 7, 2025
2 parents 9267dd9 + 9151b1c commit b114caf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [2.1.3] - 2025-01-03

### Fixed
- dts-scripts: fix for logs not being sent after update/install


## [2.1.2] - 2024-12-20

### Changed
Expand Down Expand Up @@ -998,6 +1004,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Initial public release
- Fix README

[2.1.3]: https://github.com/Dasharo/meta-dts/compare/v2.1.2..v2.1.3
[2.1.2]: https://github.com/Dasharo/meta-dts/compare/v2.1.1..v2.1.2
[2.1.1]: https://github.com/Dasharo/meta-dts/compare/v2.1.0..v2.1.1
[2.1.0]: https://github.com/Dasharo/meta-dts/compare/v2.0.1-rc3..v2.1.0
Expand Down
2 changes: 1 addition & 1 deletion meta-dts-distro/conf/distro/dts-distro.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ DISTRO = "dts-distro"

# distro name
DISTRO_NAME = "Dasharo Tools Suite"
DISTRO_VERSION = "2.1.2"
DISTRO_VERSION = "2.1.3"
SDK_VENDOR = "-dtssdk"

MAINTAINER = "3mdeb Sp. z o. o. <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion meta-dts-distro/recipes-dts/dts-scripts/dts-scripts_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSES/Apache-2.0.txt;md5=c846ebb396f8b174b10ded477
PV = "0.1+git${SRCPV}"

SRC_URI = "git://github.com/Dasharo/dts-scripts;protocol=https;branch=main"
SRCREV = "27df8825c68d6a356188e51e8bdff0428aa0ae89"
SRCREV = "8b37ef8d1352af28c0c882e9162085bc75292995"

S = "${WORKDIR}/git"

Expand Down

0 comments on commit b114caf

Please sign in to comment.