Skip to content

Commit 8053e31

Browse files
committed
Prepare for merge to master
1 parent 04a8a91 commit 8053e31

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file.
1010
The format is based on [Keep a Changelog](http://keepachangelog.com)
1111
and this project adheres to [Semantic Versioning](http://semver.org).
1212

13-
## Unreleased
13+
## dimcli 7.5.0 (2025-11-20)
1414
- Added - cli.success() and cli.fail() overloads with just the exit code
1515
- Added - cli.parse() overloads for const vector and const argv
1616
- Added - Priority parameter when adding actions

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,15 @@ Distributed under the Boost Software License, Version 1.0.
55

66
# dimcli
77

8-
| Branch | MSVC 2015-2022 / CLANG 7-20 / GCC 7-15 | Test Coverage |
9-
| :----: | :---------------------------------------: | :-------------: |
10-
| master | [![Build Status][cir-image-master]][cir-link-master] | [![Coverage][cc-image-master]][cc-link-master] |
11-
128
| Branch | MSVC 2015&#8209;2017 <br> CLANG 6, 10&#8209;12 <br> GCC 7&#8209;9 | MSVC 2019&#8209;2022 <br> CLANG 13&#8209;21 <br> GCC 10&#8209;14 | Test Coverage |
139
| :----: | :-----------------------------------: | :--------------------------------------: | :-----------: |
10+
| master | [![Build Status][av-image-master]][av-link-master] | [![Build Status][gh-image-master]][gh-link-master] | [![Coverage][cc-image-master]][cc-link-master] |
1411
| dev | [![Build Status][av-image-dev]][av-link-dev] | [![Build Status][gh-image-dev]][gh-link-dev] | [![Coverage][cc-image-dev]][cc-link-dev] |
1512

16-
[cir-image-master]: https://dl.circleci.com/status-badge/img/circleci/MLx4BgzsXTx5iSKy2ZwHpt/WUtiRhsf6NEWyoscrtp47G/tree/master.svg?style=shield "CircleCI"
17-
[cir-link-master]: https://dl.circleci.com/status-badge/redirect/circleci/MLx4BgzsXTx5iSKy2ZwHpt/WUtiRhsf6NEWyoscrtp47G/tree/master
13+
[av-image-master]: https://ci.appveyor.com/api/projects/status/02i9uq9asqlb6opy/branch/master?svg=true "AppVeyor"
14+
[av-link-master]: https://ci.appveyor.com/project/gknowles/dimcli/branch/master
15+
[gh-image-master]: https://github.com/gknowles/dimcli/actions/workflows/github-build-all.yml/badge.svg?query=branch%3Amaster "GitHub"
16+
[gh-link-master]: https://github.com/gknowles/dimcli/actions/workflows/github-build-all.yml?query=branch%3Amaster
1817
[cc-image-master]: https://codecov.io/gh/gknowles/dimcli/branch/master/graph/badge.svg "Codecov"
1918
[cc-link-master]: https://app.codecov.io/gh/gknowles/dimcli/tree/master
2019

docs/docgen.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ https://github.com/gknowles/dimapp/tree/master/tools/docgen
99
<Site name="DIMCLI" favicon="favicon.ico" outDir="../vendor/gh-pages">
1010
<GitHub repoUrl="https://github.com/gknowles/dimcli/"/>
1111
<Version tag="HEAD"/>
12-
<Version tag="v7.4.0" default="true"/>
12+
<Version tag="v7.5.0" default="true"/>
13+
<Version tag="v7.4.0"/>
1314
<Version tag="v7.3.0"/>
1415
<Version tag="v7.2.0"/>
1516
<Version tag="v7.1.1"/>

0 commit comments

Comments
 (0)