File tree 3 files changed +15
-2
lines changed
3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.2.0 (2024-06-01)
2
+
3
+ ### Feat
4
+
5
+ - use poppler for image rendering
6
+ - update libraries and migrate to poetry for builds
7
+
8
+ ### Fix
9
+
10
+ - ** build** : set correct entrypoint for tpp executable
11
+ - ** library** : exclude standard library from the config file
12
+
13
+ ## 0.1.0 (2022-02-14)
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " tapen"
3
- version = " 0.1 .0"
3
+ version = " 0.2 .0"
4
4
license = " GPL-3.0-or-later"
5
5
description = " Tapen - software for managing label printers"
6
6
authors = [" Dmitry Berezovsky" ]
Original file line number Diff line number Diff line change 15
15
# You should have received a copy of the GNU General Public License
16
16
# along with this program. If not, see <http://www.gnu.org/licenses/>.#
17
17
18
- __version__ = "0.1 .0"
18
+ __version__ = "0.2 .0"
You can’t perform that action at this time.
0 commit comments