Skip to content

Commit 5863333

Browse files
committed
1.22.10 release
1 parent c38ab2d commit 5863333

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
This project adheres to [Semantic Versioning](https://semver.org/).
33

4+
# 1.22.10 (2026-02-14)
5+
## Changes
6+
- Improved support of `sed` command on macOS + add GNU sed support
7+
48
# 1.22.9 (2025-06-20)
59
## Changes
610
- Use `command -v` instead of `which` to check if a command exists

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2017-2025 Jean Prunneaux https://jean.prunneaux.com
3+
Copyright (c) 2017-2026 Jean Prunneaux https://jean.prunneaux.com
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

libbash.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
# #
66
# Sources: https://github.com/pruje/libbash.sh #
77
# #
8-
# Version 1.22.9 (2025-06-20) #
8+
# Version 1.22.10 (2026-02-14) #
99
# #
1010
########################################################
1111

12-
declare -r lb_version=1.22.9
12+
declare -r lb_version=1.22.10
1313

1414
# Index
1515
#

libbash_gui.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# #
66
# Sources: https://github.com/pruje/libbash.sh #
77
# #
8-
# Version 1.22.9 (2025-06-20) #
8+
# Version 1.22.10 (2026-02-14) #
99
# #
1010
########################################################
1111

0 commit comments

Comments
 (0)