|
1 | | -# Changelog |
| 1 | +# CHANGELOG |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | +## v2.2.0 (2024-04-13) |
| 6 | + |
| 7 | +### Documentation |
| 8 | + |
| 9 | +* docs: move information from internals to features ([`97231d6`](https://github.com/cuinixam/python-app-dev/commit/97231d6d1a2c6029171cee4a69f4c5ec830727db)) |
| 10 | + |
| 11 | +### Feature |
| 12 | + |
| 13 | +* feat: add dry_run option for executing runnables ([`927a662`](https://github.com/cuinixam/python-app-dev/commit/927a662dbb61a5287587677dacd3ef51d1df641a)) |
| 14 | + |
| 15 | +* feat: add custom configuration for steps ([`5c056d1`](https://github.com/cuinixam/python-app-dev/commit/5c056d10f133240a86a8bcaa6dadd73f08378b4f)) |
| 16 | + |
| 17 | +### Fix |
| 18 | + |
| 19 | +* fix: semantic versioning can not build package with poetry ([`92d65d2`](https://github.com/cuinixam/python-app-dev/commit/92d65d21900beb1301e408cb696338aefa3ada9e)) |
2 | 20 |
|
3 | | -<!--next-version-placeholder--> |
4 | 21 |
|
5 | 22 | ## v2.1.1 (2024-04-12) |
6 | 23 |
|
7 | 24 | ### Fix |
8 | 25 |
|
9 | | -* Scoop wrapper finds apps twice ([`4b704ad`](https://github.com/cuinixam/python-app-dev/commit/4b704ad615cfb91cbf51748be46b9a15a7e85585)) |
| 26 | +* fix: scoop wrapper finds apps twice ([`4b704ad`](https://github.com/cuinixam/python-app-dev/commit/4b704ad615cfb91cbf51748be46b9a15a7e85585)) |
| 27 | + |
10 | 28 |
|
11 | 29 | ## v2.1.0 (2024-02-18) |
12 | 30 |
|
13 | 31 | ### Feature |
14 | 32 |
|
15 | | -* Add option to force runnable execution ([`06fde72`](https://github.com/cuinixam/python-app-dev/commit/06fde72d02d4f040bd1c756e9e6f33484a082c2c)) |
16 | | - |
17 | | -## v2.0.0 (2024-02-17) |
| 33 | +* feat: add option to force runnable execution ([`06fde72`](https://github.com/cuinixam/python-app-dev/commit/06fde72d02d4f040bd1c756e9e6f33484a082c2c)) |
18 | 34 |
|
19 | | -### Feature |
20 | 35 |
|
21 | | -* Make the pipeline loader generic ([`b516274`](https://github.com/cuinixam/python-app-dev/commit/b5162749433af13f14057aa278b5cbcc2df36142)) |
| 36 | +## v2.0.0 (2024-02-17) |
22 | 37 |
|
23 | 38 | ### Breaking |
24 | 39 |
|
25 | | -* make the pipeline loader generic ([`b516274`](https://github.com/cuinixam/python-app-dev/commit/b5162749433af13f14057aa278b5cbcc2df36142)) |
| 40 | +* feat!: make the pipeline loader generic ([`b516274`](https://github.com/cuinixam/python-app-dev/commit/b5162749433af13f14057aa278b5cbcc2df36142)) |
| 41 | + |
26 | 42 |
|
27 | 43 | ## v1.13.0 (2024-01-18) |
28 | 44 |
|
29 | 45 | ### Feature |
30 | 46 |
|
31 | | -* Support deserialize method ([`17e063d`](https://github.com/cuinixam/python-app-dev/commit/17e063ddb39a94eb1d248403239d299511563d88)) |
| 47 | +* feat: support deserialize method ([`17e063d`](https://github.com/cuinixam/python-app-dev/commit/17e063ddb39a94eb1d248403239d299511563d88)) |
| 48 | + |
32 | 49 |
|
33 | 50 | ## v1.12.0 (2024-01-15) |
34 | 51 |
|
35 | 52 | ### Feature |
36 | 53 |
|
37 | | -* Support lists for registering arguments ([`64e477f`](https://github.com/cuinixam/python-app-dev/commit/64e477f27ff65e25fc46fa0647a1c2096892af14)) |
| 54 | +* feat: support lists for registering arguments ([`64e477f`](https://github.com/cuinixam/python-app-dev/commit/64e477f27ff65e25fc46fa0647a1c2096892af14)) |
| 55 | + |
38 | 56 |
|
39 | 57 | ## v1.11.0 (2024-01-11) |
40 | 58 |
|
41 | 59 | ### Feature |
42 | 60 |
|
43 | | -* Clear log file ([`76d1e08`](https://github.com/cuinixam/python-app-dev/commit/76d1e080d2879a71142adb1636cc1ea2031c0022)) |
| 61 | +* feat: clear log file ([`76d1e08`](https://github.com/cuinixam/python-app-dev/commit/76d1e080d2879a71142adb1636cc1ea2031c0022)) |
| 62 | + |
44 | 63 |
|
45 | 64 | ## v1.10.0 (2024-01-11) |
46 | 65 |
|
47 | 66 | ### Feature |
48 | 67 |
|
49 | | -* Add log to file context manager ([`a333716`](https://github.com/cuinixam/python-app-dev/commit/a3337164ce358de00f7dec9c5f67caac5118b814)) |
| 68 | +* feat: add log to file context manager ([`a333716`](https://github.com/cuinixam/python-app-dev/commit/a3337164ce358de00f7dec9c5f67caac5118b814)) |
| 69 | + |
50 | 70 |
|
51 | 71 | ## v1.9.0 (2023-12-09) |
52 | 72 |
|
53 | 73 | ### Feature |
54 | 74 |
|
55 | | -* Use shell for subprocess executor ([`baced78`](https://github.com/cuinixam/python-app-dev/commit/baced787c081f746fd21abf007d76a8cfdca0481)) |
| 75 | +* feat: use shell for subprocess executor ([`baced78`](https://github.com/cuinixam/python-app-dev/commit/baced787c081f746fd21abf007d76a8cfdca0481)) |
| 76 | + |
56 | 77 |
|
57 | 78 | ## v1.8.2 (2023-11-26) |
58 | 79 |
|
59 | 80 | ### Fix |
60 | 81 |
|
61 | | -* Application path is not in required paths ([`d1927ed`](https://github.com/cuinixam/python-app-dev/commit/d1927edc78ec0932c6310fa14cbc0434d9feecdb)) |
| 82 | +* fix: application path is not in required paths ([`d1927ed`](https://github.com/cuinixam/python-app-dev/commit/d1927edc78ec0932c6310fa14cbc0434d9feecdb)) |
| 83 | + |
62 | 84 |
|
63 | 85 | ## v1.8.1 (2023-11-26) |
64 | 86 |
|
65 | 87 | ### Fix |
66 | 88 |
|
67 | | -* Single env path is not parsed properly ([`6a4bb3e`](https://github.com/cuinixam/python-app-dev/commit/6a4bb3e948fc2730ccd3f2ff84023554cb63ca59)) |
| 89 | +* fix: single env path is not parsed properly ([`6a4bb3e`](https://github.com/cuinixam/python-app-dev/commit/6a4bb3e948fc2730ccd3f2ff84023554cb63ca59)) |
| 90 | + |
68 | 91 |
|
69 | 92 | ## v1.8.0 (2023-11-26) |
70 | 93 |
|
71 | 94 | ### Feature |
72 | 95 |
|
73 | | -* Read env paths for scoop tools ([`a253165`](https://github.com/cuinixam/python-app-dev/commit/a253165356672764d80288664f5ff57dbdbad12a)) |
| 96 | +* feat: read env paths for scoop tools ([`a253165`](https://github.com/cuinixam/python-app-dev/commit/a253165356672764d80288664f5ff57dbdbad12a)) |
| 97 | + |
74 | 98 |
|
75 | 99 | ## v1.7.0 (2023-11-26) |
76 | 100 |
|
77 | 101 | ### Feature |
78 | 102 |
|
79 | | -* Suprocess executor can override the env ([`c51a413`](https://github.com/cuinixam/python-app-dev/commit/c51a4138f415ee7d4342dea4c4292556c32ee188)) |
| 103 | +* feat: suprocess executor can override the env ([`c51a413`](https://github.com/cuinixam/python-app-dev/commit/c51a4138f415ee7d4342dea4c4292556c32ee188)) |
| 104 | + |
80 | 105 |
|
81 | 106 | ## v1.6.2 (2023-11-26) |
82 | 107 |
|
83 | 108 | ### Fix |
84 | 109 |
|
85 | | -* Wrong scoop executable is returned ([`3867df0`](https://github.com/cuinixam/python-app-dev/commit/3867df07643dcde3e1ca484091e70aa458a1630d)) |
| 110 | +* fix: wrong scoop executable is returned ([`3867df0`](https://github.com/cuinixam/python-app-dev/commit/3867df07643dcde3e1ca484091e70aa458a1630d)) |
| 111 | + |
86 | 112 |
|
87 | 113 | ## v1.6.1 (2023-11-26) |
88 | 114 |
|
89 | 115 | ### Fix |
90 | 116 |
|
91 | | -* Wrong scoop executable is returned ([`f1a6a6a`](https://github.com/cuinixam/python-app-dev/commit/f1a6a6ae598e7cc55a926e704e7870fe298c4100)) |
| 117 | +* fix: wrong scoop executable is returned ([`f1a6a6a`](https://github.com/cuinixam/python-app-dev/commit/f1a6a6ae598e7cc55a926e704e7870fe298c4100)) |
| 118 | + |
92 | 119 |
|
93 | 120 | ## v1.6.0 (2023-11-25) |
94 | 121 |
|
95 | 122 | ### Feature |
96 | 123 |
|
97 | | -* Check if scoop is installed in user home ([`007cf6a`](https://github.com/cuinixam/python-app-dev/commit/007cf6a6d349483a6cbeb170168b840a4fdc5acb)) |
| 124 | +* feat: check if scoop is installed in user home ([`007cf6a`](https://github.com/cuinixam/python-app-dev/commit/007cf6a6d349483a6cbeb170168b840a4fdc5acb)) |
| 125 | + |
98 | 126 |
|
99 | 127 | ## v1.5.1 (2023-11-02) |
100 | 128 |
|
101 | 129 | ### Fix |
102 | 130 |
|
103 | | -* Optional arguments type is wrong ([`9687f6a`](https://github.com/cuinixam/python-app-dev/commit/9687f6a634046d16aee3d4f3b738b3ff31ef1c6a)) |
| 131 | +* fix: optional arguments type is wrong ([`9687f6a`](https://github.com/cuinixam/python-app-dev/commit/9687f6a634046d16aee3d4f3b738b3ff31ef1c6a)) |
| 132 | + |
104 | 133 |
|
105 | 134 | ## v1.5.0 (2023-10-25) |
106 | 135 |
|
107 | 136 | ### Feature |
108 | 137 |
|
109 | | -* Subprocess print stdout in realtime ([`78dc4ac`](https://github.com/cuinixam/python-app-dev/commit/78dc4ac02f9a1ff85cd45c697f2538757994683a)) |
| 138 | +* feat: subprocess print stdout in realtime ([`78dc4ac`](https://github.com/cuinixam/python-app-dev/commit/78dc4ac02f9a1ff85cd45c697f2538757994683a)) |
| 139 | + |
110 | 140 |
|
111 | 141 | ## v1.4.1 (2023-10-24) |
112 | 142 |
|
113 | 143 | ### Fix |
114 | 144 |
|
115 | | -* Exception is thrown if file is not found ([`4b44d10`](https://github.com/cuinixam/python-app-dev/commit/4b44d10d7f2d5eae9fa37768d626c216f7ac7848)) |
| 145 | +* fix: exception is thrown if file is not found ([`4b44d10`](https://github.com/cuinixam/python-app-dev/commit/4b44d10d7f2d5eae9fa37768d626c216f7ac7848)) |
| 146 | + |
116 | 147 |
|
117 | 148 | ## v1.4.0 (2023-10-24) |
118 | 149 |
|
119 | 150 | ### Feature |
120 | 151 |
|
121 | | -* Executor support for always run runnables ([`8015b85`](https://github.com/cuinixam/python-app-dev/commit/8015b858d457691978c6d161a990ae492fa5015c)) |
| 152 | +* feat: executor support for always run runnables ([`8015b85`](https://github.com/cuinixam/python-app-dev/commit/8015b858d457691978c6d161a990ae492fa5015c)) |
| 153 | + |
122 | 154 |
|
123 | 155 | ## v1.3.0 (2023-10-22) |
124 | 156 |
|
125 | 157 | ### Feature |
126 | 158 |
|
127 | | -* Support registering arguments with action ([`0fc0261`](https://github.com/cuinixam/python-app-dev/commit/0fc02617712afdacd63b622bf69114542009d64e)) |
| 159 | +* feat: support registering arguments with action ([`0fc0261`](https://github.com/cuinixam/python-app-dev/commit/0fc02617712afdacd63b622bf69114542009d64e)) |
| 160 | + |
128 | 161 |
|
129 | 162 | ## v1.2.0 (2023-09-30) |
130 | 163 |
|
131 | 164 | ### Feature |
132 | 165 |
|
133 | | -* Support directories as dependencies ([`da98390`](https://github.com/cuinixam/python-app-dev/commit/da983901e3c4d4b354ab7c57f61859962391cef7)) |
| 166 | +* feat: support directories as dependencies ([`da98390`](https://github.com/cuinixam/python-app-dev/commit/da983901e3c4d4b354ab7c57f61859962391cef7)) |
134 | 167 |
|
135 | | -## v1.1.0 (2023-09-30) |
136 | | - |
137 | | -### Feature |
138 | 168 |
|
139 | | -* Support callbacks with any number of args ([`5304ca6`](https://github.com/cuinixam/python-app-dev/commit/5304ca6f94e270792a2c742dfb23f7d20a5abcd0)) |
| 169 | +## v1.1.0 (2023-09-30) |
140 | 170 |
|
141 | 171 | ### Documentation |
142 | 172 |
|
143 | | -* Remove username from project title ([`991cf61`](https://github.com/cuinixam/python-app-dev/commit/991cf61ab45533a1d31e356a9d6c2e02c276ff17)) |
144 | | - |
145 | | -## v1.0.0 (2023-09-18) |
| 173 | +* docs: remove username from project title ([`991cf61`](https://github.com/cuinixam/python-app-dev/commit/991cf61ab45533a1d31e356a9d6c2e02c276ff17)) |
146 | 174 |
|
147 | 175 | ### Feature |
148 | 176 |
|
149 | | -* Rename module to py-app-dev ([`206b8ac`](https://github.com/cuinixam/python-app-dev/commit/206b8ac6c5e43cb36fdf4172fe7b14c782185329)) |
| 177 | +* feat: support callbacks with any number of args ([`5304ca6`](https://github.com/cuinixam/python-app-dev/commit/5304ca6f94e270792a2c742dfb23f7d20a5abcd0)) |
| 178 | + |
| 179 | + |
| 180 | +## v1.0.0 (2023-09-18) |
150 | 181 |
|
151 | 182 | ### Breaking |
152 | 183 |
|
153 | | -* rename module to py-app-dev ([`206b8ac`](https://github.com/cuinixam/python-app-dev/commit/206b8ac6c5e43cb36fdf4172fe7b14c782185329)) |
| 184 | +* feat!: rename module to py-app-dev ([`206b8ac`](https://github.com/cuinixam/python-app-dev/commit/206b8ac6c5e43cb36fdf4172fe7b14c782185329)) |
| 185 | + |
154 | 186 |
|
155 | 187 | ## v0.1.1 (2023-09-15) |
156 | 188 |
|
157 | 189 | ### Fix |
158 | 190 |
|
159 | | -* Optional types are not optional arguments ([`5a64123`](https://github.com/cuinixam/python-app-dev/commit/5a64123f8f049d90788e566892c226e2ddd4b68f)) |
| 191 | +* fix: optional types are not optional arguments ([`5a64123`](https://github.com/cuinixam/python-app-dev/commit/5a64123f8f049d90788e566892c226e2ddd4b68f)) |
| 192 | + |
160 | 193 |
|
161 | 194 | ## v0.1.0 (2023-09-10) |
162 | 195 |
|
163 | 196 | ### Feature |
164 | 197 |
|
165 | | -* Make view class generic ([`3a641b7`](https://github.com/cuinixam/python-app-dev/commit/3a641b74839639351661d8a230c46662ad56e7f0)) |
| 198 | +* feat: make view class generic ([`3a641b7`](https://github.com/cuinixam/python-app-dev/commit/3a641b74839639351661d8a230c46662ad56e7f0)) |
| 199 | + |
0 commit comments