From 4efb358d12b10ce34fd6bbec912a729606ae8fe1 Mon Sep 17 00:00:00 2001 From: David Whetstone Date: Tue, 5 Dec 2023 14:56:13 -0800 Subject: [PATCH 1/2] Make get_version use bash from $PATH --- bin/get_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/get_version.sh b/bin/get_version.sh index a1b1d6e7e4..6a5007b0f0 100755 --- a/bin/get_version.sh +++ b/bin/get_version.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Get the date, first 4 chars of branch name and short commit hash date=$(date -u +"%Y%m%d") From 06afe2cfb65638571a35b7b3a08a44e7afaf4085 Mon Sep 17 00:00:00 2001 From: ReFil <31960031+ReFil@users.noreply.github.com> Date: Wed, 6 Dec 2023 13:55:24 +0000 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index edc210f544..7226b4a5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Here's all notable changes and commits to both the configuration repo and the ba Many thanks to all those who have submitted issues and pull requests to make this firmware better! ## Config repo +12/6/2023 - Update versioning script to use bash from $PATH [#287](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/287) + 12/5/2023 - Update Bluetooth settings in light of user feedback [#289](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/289) 11/16/2023 - Update changelog with base ZMK update [#268](https://github.com/KinesisCorporation/Adv360-Pro-ZMK/pull/268)