Skip to content

Commit

Permalink
prepare v0.12.0-3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Apr 2, 2024
1 parent d7044a7 commit 59a50ff
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

Entries in this file are in reverse chronological order.

## 2024-03-24
## 2024-04-02

* v0.12.0-3 prepared
* d7044a7 package.json: bump deps
* cbebec9 README update
* 24ac2d7 package.json: bump deps

## 2024-03-24

* d3024ab README update
* fa87ff7 prepare v0.12.0-3

## 2024-03-22

Expand Down
5 changes: 3 additions & 2 deletions scripts/versioning.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ function application_build_versioned_components()
# https://sourceforge.net/projects/libusb/files/libusb-1.0/
XBB_LIBUSB1_VERSION="1.0.26"

# https://github.com/openocd-org/openocd/commits/master/
if [ "${XBB_RELEASE_VERSION}" == "0.12.0-1" ]
then
XBB_OPENOCD_GIT_COMMIT=${XBB_APPLICATION_OPENOCD_GIT_COMMIT:-"v0.12.0"}
Expand All @@ -37,8 +38,8 @@ function application_build_versioned_components()
XBB_OPENOCD_GIT_COMMIT=${XBB_APPLICATION_OPENOCD_GIT_COMMIT:-"18281b0c497694d91c5608be54583172838be75c"}
elif [ "${XBB_RELEASE_VERSION}" == "0.12.0-3" ]
then
# Mar 16, 2024
XBB_OPENOCD_GIT_COMMIT=${XBB_APPLICATION_OPENOCD_GIT_COMMIT:-"01a797af143398c6f3aa1eb6f8949deff4ccf044"}
# Apr 1, 2024
XBB_OPENOCD_GIT_COMMIT=${XBB_APPLICATION_OPENOCD_GIT_COMMIT:-"dd1758272276e20d5b60c16146a820ec8b5bfaa1"}

XBB_TEXINFO_VERSION="7.1"
XBB_LIBUSB1_VERSION="1.0.27"
Expand Down

0 comments on commit 59a50ff

Please sign in to comment.