summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJerry Jacobs <jerry.jacobs@xor-gate.org>2017-02-25 17:45:21 +0100
committerJerry Jacobs <jerry.jacobs@xor-gate.org>2017-02-25 17:45:21 +0100
commit6f24bde1aefde8f543861cab8c205e564cb7fb36 (patch)
treed36994d2383cfc37eb562932075bbd90c2087bba
parent28a15598c022b72448fa54aa845120d44bfcb182 (diff)
Prepare for v1.3.1 bugfix releasev1.3.11.3.1
-rw-r--r--.version2
-rw-r--r--ChangeLog.md18
2 files changed, 19 insertions, 1 deletions
diff --git a/.version b/.version
index f0bb29e..3a3cd8c 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-1.3.0
+1.3.1
diff --git a/ChangeLog.md b/ChangeLog.md
index 32c733b..b8f5b78 100644
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,6 +1,24 @@
Stlink ChangeLog
================
+v1.3.1
+======
+
+Release date: 2017-02-25
+
+Major changes and added features:
+
+* Add preliminary support for STM32L011 to see it after probe (chipid `0x457`) (@xor-gate)
+* Strip full paths to source files in log (commit [#2c0ab7f](https://github.com/texane/stlink/commit/2c0ab7f0eb6cfda5cfbdc08bb9f6760d27c2b667))
+* Add support for STM32F413 target ([#549](https://github.com/texane/stlink/pull/549))
+* Add support for Semihosting `SYS_READC` ([#546](https://github.com/texane/stlink/pull/546))
+
+Updates and fixes:
+
+* Update documentation markdown files
+* Compilation fixes ([#552](https://github.com/texane/stlink/pull/552))
+* Fix compilation when path includes spaces ([#561](https://github.com/texane/stlink/pull/561))
+
v1.3.0
======