Skip to content

Commit 9729834

Browse files
chore(release): 1.3.0 [skip ci]
## [1.3.0](1.2.2...1.3.0) (2026-01-31) ### Features * add custom script name functionality and update documentation ([#33](#33)) ([3eb4ba0](3eb4ba0)), closes [#28](#28)
1 parent 3eb4ba0 commit 9729834

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.3.0](https://github.com/GingerGraham/bash-logger/compare/1.2.2...1.3.0) (2026-01-31)
9+
10+
### Features
11+
12+
* add custom script name functionality and update documentation ([#33](https://github.com/GingerGraham/bash-logger/issues/33)) ([3eb4ba0](https://github.com/GingerGraham/bash-logger/commit/3eb4ba0ba5e18ecfa9c2ab7e3897976a96acf3d1)), closes [#28](https://github.com/GingerGraham/bash-logger/issues/28)
13+
814
## [1.2.2](https://github.com/GingerGraham/bash-logger/compare/1.2.1...1.2.2) (2026-01-25)
915

1016
### Bug Fixes

bpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "bash-logger",
3-
"version": "1.2.2",
3+
"version": "1.3.0",
44
"description": "Production-grade logging for bash scripts with syslog compliance, journal integration, and customizable formatting",
55
"author": "Graham Watts (GingerGraham)",
66
"homepage": "https://github.com/GingerGraham/bash-logger",

logging.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
# Version (updated by release workflow)
5050
if [[ -z "${BASH_LOGGER_VERSION:-}" ]]; then
51-
readonly BASH_LOGGER_VERSION="1.2.2"
51+
readonly BASH_LOGGER_VERSION="1.3.0"
5252
fi
5353

5454
# Log levels (following complete syslog standard - higher number = less severe)

0 commit comments

Comments
 (0)