Skip to content

Commit

Permalink
chore(release): 3.6.1 [skip ci]
Browse files Browse the repository at this point in the history
## [3.6.1](v3.6.0...v3.6.1) (2025-01-27)

### Bug Fixes

* changed format specifier ([fad43fc](fad43fc))
* explicit cast variable to prevent warning ([d7ebf8b](d7ebf8b))
* explicit cast variable to prevent warning ([#157](#157)) ([9e4df01](9e4df01))
* used <cinttypes> to fix formatting issue ([1791138](1791138))
  • Loading branch information
semantic-release-bot committed Jan 27, 2025
1 parent 9e4df01 commit 977bfea
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## [3.6.1](https://github.com/UCSD-E4E/smartfin-fw3/compare/v3.6.0...v3.6.1) (2025-01-27)


### Bug Fixes

* changed format specifier ([fad43fc](https://github.com/UCSD-E4E/smartfin-fw3/commit/fad43fc5a41b1593af1dcb7816b7ffed2e94ab89))
* explicit cast variable to prevent warning ([d7ebf8b](https://github.com/UCSD-E4E/smartfin-fw3/commit/d7ebf8b04a521750cc5f02ba3485e3f2fd301f7e))
* explicit cast variable to prevent warning ([#157](https://github.com/UCSD-E4E/smartfin-fw3/issues/157)) ([9e4df01](https://github.com/UCSD-E4E/smartfin-fw3/commit/9e4df01d252f7e5db92cf9713c757f48247d7731))
* used <cinttypes> to fix formatting issue ([1791138](https://github.com/UCSD-E4E/smartfin-fw3/commit/17911380b91d4f625032d472da9326f039452760))

# [3.6.0](https://github.com/UCSD-E4E/smartfin-fw3/compare/v3.5.0...v3.6.0) (2025-01-07)


Expand Down
2 changes: 1 addition & 1 deletion src/vers.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

#define FW_MAJOR_VERSION 3
#define FW_MINOR_VERSION 6
#define FW_BUILD_NUM 0
#define FW_BUILD_NUM 1
#define FW_BRANCH ""

#if PRODUCT_VERSION_USE_HEX == 1
Expand Down

0 comments on commit 977bfea

Please sign in to comment.