Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fbdtemme committed Dec 7, 2020
1 parent ebda8db commit 24d7a20
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/cmake-build-*/
venv/*
.idea/*
*/.idea/*
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.3.0

* Add support for std::shared_ptr, std::unique_ptr, std::weak_ptr and raw pointers.
* Add event_connector.
* Add comparison to jimporter/bencode benchmark.

## v0.2.0

* make `descriptor_table::get_root` not being const qualified.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ project(bencode
DESCRIPTION "A modern C++ Bencode library"
HOMEPAGE_URL https://github.com/fbdtemme/bencode
LANGUAGES CXX
VERSION 0.2.0)
VERSION 0.3.0)

set(PROJECT_AUTHOR "fbdtemme")
# Make Find modules in cmake dir available
Expand Down
7 changes: 0 additions & 7 deletions benchmark/plots/comparison_benchmark_plots.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -288,13 +288,6 @@
"plot_comparison(view_df)\n",
"plt.savefig(\"comparison_view.svg\")"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
]
}

0 comments on commit 24d7a20

Please sign in to comment.