Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Garrelou committed Jun 7, 2023
1 parent 4c0fc8a commit 975ec0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.2.O

* Improve the "full run" functionality
* Speed up the execution by stepping through 100,000 states at a time
* Go through each thread state
* Add a "go to position" button to the toolbar (shortcut Ctrl+Shift+G)

# 1.1.0
* Add function tracing
* Integrates with TTD's "CallRet callback" feature, allowing us to trace every `call` and `ret` instruction
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
cmake_minimum_required(VERSION 3.11)

# Project
project(ttddbg LANGUAGES CXX VERSION 1.1.0)
project(ttddbg LANGUAGES CXX VERSION 1.2.0)

# Opions
option(BUILD_TESTS "Build test programs" OFF)
Expand Down

0 comments on commit 975ec0f

Please sign in to comment.