Skip to content

Commit

Permalink
chore(master): release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 28, 2023
1 parent ee1145d commit 81f78e1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.3](https://github.com/CHollingworth/Lampray/compare/v1.3.2...v1.3.3) (2023-12-28)


### Features

* Added Translation Support. ([0b73828](https://github.com/CHollingworth/Lampray/commit/0b73828732fdd0b0952cda08665b157af6fe162b))


### Bug Fixes

* Display full separator name when slashes are used ([#108](https://github.com/CHollingworth/Lampray/issues/108)) ([f6d57f9](https://github.com/CHollingworth/Lampray/commit/f6d57f91012fbd1e491b934c589a370fa780b20f))
* Installed p7zip not found due to path being omitted ([#112](https://github.com/CHollingworth/Lampray/issues/112)) ([9bf68a6](https://github.com/CHollingworth/Lampray/commit/9bf68a6f16eb2e6e3e178565c896ae81c1df7df1))

## [1.3.2](https://github.com/CHollingworth/Lampray/compare/v1.3.1...v1.3.2) (2023-12-18)


Expand Down
2 changes: 1 addition & 1 deletion Lampray/Filesystem/lampFS.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ namespace Lamp::Core::FS{
/**
* @brief The version number of the software.
*/
std::string versionNumber = "1.3.2"; // x-release-please-version
std::string versionNumber = "1.3.3"; // x-release-please-version

/**
* @brief Check for updates.
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
x-release-please-start-version
1.3.2
1.3.3
x-release-please-end

0 comments on commit 81f78e1

Please sign in to comment.