diff --git a/debian/changelog b/debian/changelog index b07159d..463a9f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,19 @@ +libethercat (0.6.3) unstable; urgency=low + + * fix: eeprom size up to 64kB + * fix: copying ifname to ifr + * add: git changelog gen script + + -- Robert Burger Tue, 10 Dec 2024 06:15:18 +0100 + libethercat (0.6.2) unstable; urgency=low + * fix: debian rules duplicate rule + * update: changelog for 0.6.2 * bump: 0.6.2 * update: changelog for 0.6.1 - -- Robert Burger Sat, 30 Nov 2024 09:35:56 +0100 + -- Robert Burger Sat, 30 Nov 2024 09:36:46 +0100 libethercat (0.6.1) unstable; urgency=low diff --git a/project.properties b/project.properties index f367276..2796a25 100644 --- a/project.properties +++ b/project.properties @@ -1,2 +1,2 @@ -VERSION = 0.6.2 +VERSION = 0.6.3 MAINTAINER = Robert Burger