Skip to content

Commit

Permalink
Added changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanRuzavin committed Dec 26, 2024
1 parent 6b13436 commit a7d6e50
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

**VERSIONS:**

+ **[v2.13.1](./changelog/v2.13.1/changelog.md)**
+ **[v2.13.0](./changelog/v2.13.0/changelog.md)**
+ **[v2.12.2](./changelog/v2.12.2/changelog.md)**
+ **[v2.12.1](./changelog/v2.12.1/changelog.md)**
Expand Down
39 changes: 39 additions & 0 deletions changelog/v2.13.1/changelog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
<p align="center">
<img src="http://www.mikroe.com/img/designs/beta/logo_small.png?raw=true" alt="MikroElektronika"/>
</p>

---

**[BACK TO MAIN FILE](../../changelog.md)**

---

# `v2.13.1`

+ released: 2024-12-27

## Changes

+ [`v2.13.1`](#v2131)
+ [Changes](#changes)
+ [Fixes](#fixes)


### Fixes

#### mikroSDK

+ Fixed LCD implementation for all architectures

### NEW HARDWARE

> NOTE:
>> If any new hardware was added to current version, it will be listed here.
Support added for following hardware:

---

**[BACK TO MAIN FILE](../../changelog.md)**

---
2 changes: 1 addition & 1 deletion platform/mikrosdk_version/include/mikrosdk_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ extern "C"{
* @note changes in patch version indicate smaller updates,
* bug fixes and improvements
*/
#define mikroSDK_PATCH_VERSION 0
#define mikroSDK_PATCH_VERSION 1

/**
* @brief mikroSDK_GET_VERSION
Expand Down

0 comments on commit a7d6e50

Please sign in to comment.