Skip to content

Commit 0202854

Browse files
chore(release): 0.12.0 [skip ci]
# [0.12.0](v0.11.2...v0.12.0) (2025-06-26) ### Features * **repositories:** stop removing sources files and support unmanaged ([6687a12](6687a12))
1 parent 3f4272e commit 0202854

File tree

5 files changed

+25
-9
lines changed

5 files changed

+25
-9
lines changed

AUTHORS.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ Avatar|Contributor|Contributions
1919
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/287147?v=4' width='36' height='36' alt='@techhat'>|[@techhat](https://github.com/techhat)|3
2020
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/91293?v=4' width='36' height='36' alt='@whiteinge'>|[@whiteinge](https://github.com/whiteinge)|3
2121
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1912062?v=4' width='36' height='36' alt='@devster31'>|[@devster31](https://github.com/devster31)|3
22-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|1
23-
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/148888069?v=4' width='36' height='36' alt='@didiermfb'>|[@didiermfb](https://github.com/didiermfb)|1
22+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/148888069?v=4' width='36' height='36' alt='@didiermfb'>|[@didiermfb](https://github.com/didiermfb)|2
23+
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>|[@baby-gnu](https://github.com/baby-gnu)|2
2424
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/377632?v=4' width='36' height='36' alt='@jerrykan'>|[@jerrykan](https://github.com/jerrykan)|1
2525
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/222721?v=4' width='36' height='36' alt='@rpatterson'>|[@rpatterson](https://github.com/rpatterson)|1
2626
<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/5507973?v=4' width='36' height='36' alt='@simonclausen'>|[@simonclausen](https://github.com/simonclausen)|1
@@ -30,4 +30,4 @@ Avatar|Contributor|Contributions
3030

3131
---
3232

33-
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2025-04-14.
33+
Auto-generated by a [forked version](https://github.com/myii/maintainer) of [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2025-06-26.

CHANGELOG.md

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

3+
# [0.12.0](https://github.com/saltstack-formulas/apt-formula/compare/v0.11.2...v0.12.0) (2025-06-26)
4+
5+
6+
### Features
7+
8+
* **repositories:** stop removing sources files and support unmanaged ([6687a12](https://github.com/saltstack-formulas/apt-formula/commit/6687a12f42b28fac7b170c03c150ec45f1c9acff))
9+
310
## [0.11.2](https://github.com/saltstack-formulas/apt-formula/compare/v0.11.1...v0.11.2) (2025-04-14)
411

512

FORMULA

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: apt
22
os: Debian, Ubuntu, Raspbian
33
os_family: Debian
4-
version: 0.11.2
4+
version: 0.12.0
55
release: 1
66
minimum_version: 2017.7
77
summary: Apt formula

docs/AUTHORS.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ This list is sorted by the number of commits per contributor in *descending* ord
5858
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1912062?v=4' width='36' height='36' alt='@devster31'>`
5959
- `@devster31 <https://github.com/devster31>`_
6060
- 3
61-
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
62-
- `@baby-gnu <https://github.com/baby-gnu>`_
63-
- 1
6461
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/148888069?v=4' width='36' height='36' alt='@didiermfb'>`
6562
- `@didiermfb <https://github.com/didiermfb>`_
66-
- 1
63+
- 2
64+
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/1233212?v=4' width='36' height='36' alt='@baby-gnu'>`
65+
- `@baby-gnu <https://github.com/baby-gnu>`_
66+
- 2
6767
* - :raw-html-m2r:`<img class='float-left rounded-1' src='https://avatars.githubusercontent.com/u/377632?v=4' width='36' height='36' alt='@jerrykan'>`
6868
- `@jerrykan <https://github.com/jerrykan>`_
6969
- 1
@@ -86,4 +86,4 @@ This list is sorted by the number of commits per contributor in *descending* ord
8686

8787
----
8888

89-
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2025-04-14.
89+
Auto-generated by a `forked version <https://github.com/myii/maintainer>`_ of `gaocegege/maintainer <https://github.com/gaocegege/maintainer>`_ on 2025-06-26.

docs/CHANGELOG.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22
Changelog
33
=========
44

5+
`0.12.0 <https://github.com/saltstack-formulas/apt-formula/compare/v0.11.2...v0.12.0>`_ (2025-06-26)
6+
--------------------------------------------------------------------------------------------------------
7+
8+
Features
9+
^^^^^^^^
10+
11+
12+
* **repositories:** stop removing sources files and support unmanaged (\ `6687a12 <https://github.com/saltstack-formulas/apt-formula/commit/6687a12f42b28fac7b170c03c150ec45f1c9acff>`_\ )
13+
514
`0.11.2 <https://github.com/saltstack-formulas/apt-formula/compare/v0.11.1...v0.11.2>`_ (2025-04-14)
615
--------------------------------------------------------------------------------------------------------
716

0 commit comments

Comments
 (0)