Skip to content

Commit

Permalink
Release v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephane-caron committed Sep 29, 2023
1 parent 91efd45 commit 8c551c1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Unreleased
## [3.1.0] - 2023/09/29

### Added

Expand All @@ -10,7 +10,7 @@

- Bazel: Compile build targets in optimized mode by default
- Bazel: Compile coverage and test targets in debug mode by default
- Python: Move all code to a separate [mpacklog.py]() project
- Python: Move all code to a separate [mpacklog.py](https://github.com/tasts-robots/mpacklog.py) project

## [3.0.0] - 2023/06/06

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
http_archive(
name = "mpacklog",
sha256 = "dfc16f4c1221cb209856d7efc7ebada5ac2f4ea6235127d3ec39de3d3c414a93",
strip_prefix = "mpacklog-3.0.0",
url = "https://github.com/tasts-robots/mpacklog.cpp/archive/refs/tags/v3.0.0.tar.gz",
strip_prefix = "mpacklog.cpp-3.1.0",
url = "https://github.com/tasts-robots/mpacklog.cpp/archive/refs/tags/v3.1.0.tar.gz",
)

load("@mpacklog//tools/workspace:default.bzl", add_mpacklog_repositories = "add_default_repositories")
Expand Down
2 changes: 1 addition & 1 deletion docs/Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ PROJECT_NAME = "mpacklog — Log dictionaries to file using MessagePac
# could be handy for archiving the generated documentation or if some version
# control system is used.

PROJECT_NUMBER = v3.0.0
PROJECT_NUMBER = v3.1.0

# Using the PROJECT_BRIEF tag one can provide an optional one line description
# for a project that appears at the top of each page and should give viewer a
Expand Down

0 comments on commit 8c551c1

Please sign in to comment.