Skip to content

Commit

Permalink
Bump versions and year
Browse files Browse the repository at this point in the history
  • Loading branch information
JAAdrian committed Dec 16, 2024
1 parent 679c381 commit 68d9a19
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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/), and
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.4.1] - 2024-12-16
### Fixed
- Fixed a bug which lead to an error when trying to change the command line font
on Windows. Thanks @SeanZhang99!

## [3.4.0] - 2023-09-03
### Added
- Support for nested loops where the inner one is a parallel `parfor` loop. Thanks
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
BSD 3-Clause

Copyright (c) 2023, Jens-Alrik Adrian
Copyright (c) 2024, Jens-Alrik Adrian
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion ProgressBar.m
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
properties (Constant)
% Tag every timer with this to find it properly
TIMER_TAG_NAME = 'ProgressBar';
VERSION = '3.4.0';
VERSION = '3.4.1';
end

properties (Nontunable)
Expand Down

0 comments on commit 68d9a19

Please sign in to comment.