Skip to content

Commit 24d7a20

Browse files
committed
release v0.3.0
1 parent ebda8db commit 24d7a20

File tree

4 files changed

+8
-9
lines changed

4 files changed

+8
-9
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
/cmake-build-*/
22
venv/*
3-
.idea/*
3+
*/.idea/*

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.3.0
4+
5+
* Add support for std::shared_ptr, std::unique_ptr, std::weak_ptr and raw pointers.
6+
* Add event_connector.
7+
* Add comparison to jimporter/bencode benchmark.
8+
39
## v0.2.0
410

511
* make `descriptor_table::get_root` not being const qualified.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project(bencode
33
DESCRIPTION "A modern C++ Bencode library"
44
HOMEPAGE_URL https://github.com/fbdtemme/bencode
55
LANGUAGES CXX
6-
VERSION 0.2.0)
6+
VERSION 0.3.0)
77

88
set(PROJECT_AUTHOR "fbdtemme")
99
# Make Find modules in cmake dir available

benchmark/plots/comparison_benchmark_plots.ipynb

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,6 @@
288288
"plot_comparison(view_df)\n",
289289
"plt.savefig(\"comparison_view.svg\")"
290290
]
291-
},
292-
{
293-
"cell_type": "code",
294-
"execution_count": null,
295-
"metadata": {},
296-
"outputs": [],
297-
"source": []
298291
}
299292
]
300293
}

0 commit comments

Comments
 (0)