|
1 |
| -## [Unreleased] - 2025-xx-xx |
| 1 | +# Changelog |
2 | 2 |
|
3 |
| -- Upgraded to ASM 9.8 |
| 3 | +## Version [Unreleased] - 2025-xx-xx |
| 4 | + |
| 5 | +## Version [2.13.0] - 2025-xx-xx |
4 | 6 |
|
| 7 | +- Upgraded to ASM 9.8 |
5 | 8 |
|
6 |
| -## [2.12.0] - 2025-02-02 |
| 9 | +## Version [2.12.0] - 2025-02-02 |
7 | 10 |
|
8 | 11 | - Upgraded to ASM 9.7.1 (JDK 24 support)
|
9 | 12 |
|
10 | 13 |
|
11 |
| -## [2.11.0] - 2024-11-18 |
| 14 | +## Version [2.11.0] - 2024-11-18 |
12 | 15 |
|
13 | 16 | - Upgraded to ASM 9.7 (JDK 23 support)
|
14 | 17 | - Changed minimum Java to 11
|
15 | 18 |
|
16 | 19 |
|
17 |
| -## [2.10.0] - 2024-01-25 |
| 20 | +## Version [2.10.0] - 2024-01-25 |
18 | 21 |
|
19 | 22 | - Upgraded to ASM 9.6
|
20 | 23 | - Upgraded other internal dependencies
|
21 | 24 | - Added support for multi release jars (Thanks to Niels Basjes)
|
22 | 25 | - Changed minimum Maven version to 3.6.3
|
23 | 26 |
|
24 | 27 |
|
25 |
| -## Version 2.9.0, release 11.08.2023 |
| 28 | +## Version [2.9.0] - 2023-08-11 |
26 | 29 |
|
27 | 30 | - Upgraded to ASM 9.4 (JDK 20 support)
|
28 | 31 |
|
29 |
| -## Version 2.8.0, release 04.08.2022 |
| 32 | + |
| 33 | +## Version [2.8.0] - 2022-08-04 |
30 | 34 |
|
31 | 35 | - Upgraded to ASM 9.3
|
32 | 36 |
|
33 |
| -## Version 2.7.0, release 02.06.2021 |
| 37 | + |
| 38 | +## Version [2.7.0] - 2021-06-02 |
34 | 39 |
|
35 | 40 | - Changed test with java 16
|
36 | 41 | - Changed requires maven 3.6.0
|
37 | 42 | - Added ASM9 Opcodes
|
38 | 43 |
|
39 |
| -## Version 2.6.0, release 10.02.2021 |
| 44 | + |
| 45 | +## Version [2.6.0] - 2021-02-10 |
40 | 46 |
|
41 | 47 | - Fixed issue #47, ClazzpathUnits should not be assigned for dependencies
|
42 | 48 | - Upgraded to ASM 9.1
|
43 | 49 |
|
44 |
| -## Version 2.5.0, release 16.10.2020 |
| 50 | + |
| 51 | +## Version [2.5.0] - 2020-10-16 |
45 | 52 |
|
46 | 53 | - Upgraded to ASM 9.0 (JDK 16 support)
|
47 | 54 |
|
48 |
| -## Version 2.4.0, release 30.03.2020 |
| 55 | + |
| 56 | +## Version [2.4.0] - 2020-03-30 |
49 | 57 |
|
50 | 58 | - Upgraded to ASM 8.0
|
51 | 59 |
|
52 |
| -## Version 2.3.0, release 11.11.2019 |
| 60 | + |
| 61 | +## Version [2.3.0] - 2019-11-11 |
53 | 62 |
|
54 | 63 | - Upgraded to ASM 7.2-beta
|
55 | 64 | - Fixed the shading of the dependencies
|
56 | 65 |
|
57 |
| -## Version 2.2.0, release 23.05.2019 |
| 66 | + |
| 67 | +## Version [2.2.0] - 2019-05-23 |
58 | 68 |
|
59 | 69 | - Upgraded to ASM 7.1
|
60 | 70 |
|
61 |
| -## Version 2.1.1, release 22.10.2018 |
| 71 | + |
| 72 | +## Version [2.1.1] - 2018-10-22 |
62 | 73 |
|
63 | 74 | - Fixed JDK11 compatibility
|
64 | 75 |
|
65 |
| -## Version 2.1, release 16.10.2018 |
| 76 | + |
| 77 | +## Version [2.1.0] - 2018-10-16 |
66 | 78 |
|
67 | 79 | - Upgraded to ASM 7-beta (JDK11)
|
68 | 80 | - Added CI build for Windows
|
69 | 81 | - Fixed Windows file separator issues
|
70 | 82 |
|
71 |
| -## Version 2.0, release 27.07.2018 |
| 83 | + |
| 84 | +## Version [2.0.0] - 2018-07-27 |
72 | 85 |
|
73 | 86 | - Upgraded ASM to support java 10
|
74 | 87 | - Raise minimum java version to 8
|
|
77 | 90 | - Fixed tests
|
78 | 91 | - Added travis
|
79 | 92 |
|
80 |
| -## Version 1.4, release 18.05.2018 |
| 93 | + |
| 94 | +## Version [1.4.0] - 2018-05-18 |
81 | 95 |
|
82 | 96 | - Upgraded dependencies
|
83 | 97 |
|
84 |
| -## Version 1.3, release 02.01.2018 |
| 98 | + |
| 99 | +## Version [1.3.0] - 2018-01-02 |
85 | 100 |
|
86 | 101 | - Upgraded dependencies
|
87 | 102 | - Inlined the dependencies
|
88 | 103 | - Removed prerequisites from POM
|
89 | 104 |
|
90 |
| -## Version 1.2, released 18.08.2017 |
| 105 | + |
| 106 | +## Version [1.2.0] - 2017-08-18 |
91 | 107 |
|
92 | 108 | - Exclude package-info and module-info
|
93 | 109 | - Upgrade to ASM 6-beta
|
94 | 110 |
|
95 |
| -## Version 1.1, released 15.11.2015 |
| 111 | + |
| 112 | +## Version [1.1.0] - 2015-11-15 |
96 | 113 |
|
97 | 114 | - Fixed file handle leak
|
98 | 115 |
|
99 |
| -## Version 1.0, released 08.03.2015 |
| 116 | + |
| 117 | +## Version [1.0.0] - 2015-03-08 |
100 | 118 |
|
101 | 119 | - Support for static methods on interfaces
|
102 | 120 |
|
103 |
| -## Version 0.9, released 24.04.2014 |
| 121 | + |
| 122 | +## Version [0.9.0] - 2014-04-24 |
104 | 123 |
|
105 | 124 | - Upgrade to asm5 for java8 support
|
106 | 125 |
|
107 |
| -## Version 0.8, skipped |
| 126 | + |
| 127 | +## Version [0.8.0] - Skipped |
108 | 128 |
|
109 | 129 | - Skipped for easier merging of forks
|
110 | 130 |
|
111 |
| -## Version 0.7, released 11.02.2011 |
| 131 | + |
| 132 | +## Version [0.7.0] - 2011-02-11 |
112 | 133 |
|
113 | 134 | - Fixed the commons-io groupId
|
114 | 135 |
|
115 |
| -## Version 0.6, released 27.06.2010 |
| 136 | + |
| 137 | +## Version [0.6.0] - 2010-06-27 |
116 | 138 |
|
117 | 139 | - Lot of refactoring and rename to jdependency
|
118 | 140 |
|
119 |
| -## Version 0.5, unreleased |
120 | 141 |
|
121 |
| -## Version 0.4, released 24.03.2006 |
| 142 | +## Version [0.5.0] - Skipped |
| 143 | + |
| 144 | + |
| 145 | +## Version [0.4.0] - 2006-03-24 |
| 146 | + |
| 147 | + |
| 148 | +## Version [0.3.0] - 2006-03-22 |
| 149 | + |
122 | 150 |
|
123 |
| -## Version 0.3, released 22.03.2006 |
| 151 | +## Version [0.2.0] - 2006-01-12 |
124 | 152 |
|
125 |
| -## Version 0.2, released 12.01.2006 |
126 | 153 |
|
127 |
| -## Version 0.1, released 28.05.2006 |
| 154 | +## Version [0.1.0] - 2006-05-28 |
0 commit comments