Skip to content

Commit 37b327b

Browse files
committed
release version 1.0.5
1 parent 5613420 commit 37b327b

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

doc/changelog.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
========================
2+
SDM 1.0.5
3+
------------------------
4+
Released on 2022-06-26
5+
========================
6+
7+
sdmconsole changes:
8+
9+
* user settings directory name changed (Microproject -> Simple Device Model)
10+
* data from register map memories can now be exported/imported in hexadecimal format in addition to CSV
11+
* always use full 32-bit width to display hexadecimal values in the register map
12+
* default tab stop width changed from 8 to 4
13+
14+
Scripting API changes:
15+
16+
* don't create multiple instances of the same plugin
17+
* sdm.info() now generates an error when a non-existent field is requested
18+
* a new method, sdm.findobject(), to find an SDM object by name (and, optionally, type)
19+
120
========================
221
SDM 1.0.4
322
------------------------

doc/manual.pdf

-58 Bytes
Binary file not shown.

src/cmake/Version.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.3.0)
44

55
set(PRODUCT_VERSION_MAJOR 1)
66
set(PRODUCT_VERSION_MINOR 0)
7-
set(PRODUCT_VERSION_PATCH 4)
7+
set(PRODUCT_VERSION_PATCH 5)
88

99
try_compile(CPU_DETECTED "${CMAKE_CURRENT_BINARY_DIR}/try_compile/DetectCPU" "${CMAKE_CURRENT_LIST_DIR}/DetectCPU.c" COPY_FILE "${CMAKE_CURRENT_BINARY_DIR}/try_compile/DetectCPU.bin")
1010

src/doc/manual/version.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
% This file is automatically generated by the build system.
22
% Do not edit it manually.
33

4-
\newcommand{\productversion}{1.0.4}
4+
\newcommand{\productversion}{1.0.5}

0 commit comments

Comments
 (0)