Skip to content

Commit

Permalink
chore(master): release 1.0.12 (#74)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[1.0.12](v1.0.11...v1.0.12)
(2023-11-18)


### Bug Fixes

* Lamp has been renamed to Lampray! Deployment has changed resulting in
slower deployment times but hiegher accuracy in load order.
([8ca573a](8ca573a))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 18, 2023
1 parent 8ca573a commit 9cfe413
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.12](https://github.com/CHollingworth/Lamp/compare/v1.0.11...v1.0.12) (2023-11-18)


### Bug Fixes

* Lamp has been renamed to Lampray! Deployment has changed resulting in slower deployment times but hiegher accuracy in load order. ([8ca573a](https://github.com/CHollingworth/Lamp/commit/8ca573ad83dd3e3f41cf326cee2b607cf735ad78))

## [1.0.11](https://github.com/CHollingworth/Lamp/compare/v1.0.10...v1.0.11) (2023-11-06)


Expand Down
2 changes: 1 addition & 1 deletion Lamp/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.0.11"; // x-release-please-version
std::string versionNumber = "1.0.12"; // 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.0.11
1.0.12
x-release-please-end

0 comments on commit 9cfe413

Please sign in to comment.