Skip to content

Commit 1a6df0a

Browse files
committed
v0.11-1
1 parent b6bad3e commit 1a6df0a

File tree

3 files changed

+12
-3
lines changed

3 files changed

+12
-3
lines changed

NEWS.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 0.11
2+
3+
* Do not accidentally skip source directory setup when specifying build type explicitly (#97)
4+
* Always recreate all remote branches when cloning (#98)
5+
16
# Version 0.10
27

38
* Removed reference to ARPA.system property (#92)

fedora/SPECS/moncic-ci.spec

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
%global releaseno 3
1+
%global releaseno 1
22
# Note: define _srcarchivename in Travis build only.
33
%{!?srcarchivename: %global srcarchivename %{name}-%{version}-%{releaseno}}
44

55

66
Name: moncic-ci
7-
Version: 0.10
7+
Version: 0.11
88
Release: %{releaseno}%{dist}
99
Summary: Continuous integration tool and development helper
1010

@@ -74,6 +74,10 @@ as you would run it on your normal system, keeping iteration lags low.
7474
%{python3_sitelib}/moncic*
7575

7676
%changelog
77+
* Mon May 22 2023 Daniele Branchini <dbranchini@arpae.it> - 0.11-1
78+
- Do not accidentally skip source directory setup when specifying build type explicitly (#97)
79+
- Always recreate all remote branches when cloning (#98)
80+
7781
* Wed May 17 2023 Daniele Branchini <dbranchini@arpae.it> - 0.10-3
7882
- dnf builddep less quiet (#96)
7983

moncic/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.10"
1+
__version__ = "0.11"

0 commit comments

Comments
 (0)