Skip to content

Commit b5a78f0

Browse files
chore: setting SNAPSHOT version 0.14.1-SNAPSHOT
1 parent 0d03448 commit b5a78f0

File tree

6 files changed

+151
-5
lines changed

6 files changed

+151
-5
lines changed

CHANGELOG.md

Lines changed: 146 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,149 @@
1+
2+
# 0.14.0
3+
## Changelog
4+
5+
## 🚀 Features
6+
- ffdc1bb feat: rewrite fields and source attributes in constant pool (#231)
7+
- 3cf72f1 feat: make exit forceful (#222)
8+
9+
## 🐛 Fixes
10+
- 1da96f5 fix: let other tests run if some fail before (#256)
11+
- e2e51c4 fix: record multiple attributes of runtime classes (#253)
12+
- af76f9d fix: shade asm classes (#248)
13+
- 5377a5f fix: minor fixes related to #228 and #239 (#244)
14+
- 5adaaf8 fix: based the name on fqn (#241)
15+
- 96a2031 fix: make changes that reduce false positive in PDFBox (#239)
16+
- 3b7cebf fix: create empty bomi for modules whose tests do not exist (#238)
17+
- 6b2a6f5 fix: appropriately name proxy and GCA
18+
- cf11ecd fix: work on lookups of `Proxy` and `GCA` (#236)
19+
- ec2c97f fix: include submodules that are transitive dependencies (#235)
20+
- d1c9b38 fix: sort bytecode array to tackle non-determinism (#221)
21+
- 90b8f22 fix: resolve SSL's non-determinism (#220)
22+
23+
## 🔄️ Changes
24+
- eebdaff style: see all test output
25+
- 7b94da9 perf: use hashmap lookup instead of for-loop (#255)
26+
- 948cce8 refactor: add experiments as submodule
27+
- 133ec0d refactor: do not rewrite field names (#245)
28+
- 89a813f style: remove debugging statements
29+
- d85bc4e refactor: remove unused method
30+
31+
## 🧪 Tests
32+
- 3aff01e test: add test for graphhopper's module graph (#246)
33+
34+
## 🧰 Tasks
35+
- 0d03448 chore: releasing version 0.14.0
36+
- 4df3365 chore: releasing version 0.14.0
37+
- f73d4a0 chore: Update experiments commit hash
38+
- c7770b1 chore: releasing version 0.14.0
39+
- 8513818 chore(deps): update dependency org.slf4j:slf4j-nop to v2.0.14
40+
- 4131914 chore: trigger Automatic Dependency Submission
41+
- c50e95b chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.8.0
42+
- 87797b1 chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.1
43+
- 19ac69a chore(deps): update dependency org.jsoup:jsoup to v1.18.1
44+
- 4661981 chore(deps): update dependency org.assertj:assertj-core to v3.26.3
45+
- 77ee152 chore(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.2
46+
- df256ea chore(deps): update junit5 monorepo to v5.10.3
47+
- 7c68ba9 chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.7.1
48+
- 67992d3 chore(deps): update dependency io.github.classgraph:classgraph to v4.8.174
49+
- 2addf23 chore(deps): update dependency org.apache.maven:maven-model to v3.9.8
50+
- 7e2ae5b chore(deps): update dependency org.apache.maven.plugins:maven-surefire-plugin to v3.3.0
51+
- dd9ec24 chore(deps): update dependency org.apache.maven.plugins:maven-dependency-plugin to v3.7.0
52+
- 533f411 chore(deps): update dependency io.github.classgraph:classgraph to v4.8.173
53+
- 494a148 chore(deps): update dependency org.apache.maven.plugins:maven-javadoc-plugin to v3.7.0
54+
- a03a09d chore(deps): update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.13.1
55+
- a18b05c chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.6.0
56+
- 5ab79b9 chore(deps): update dependency org.assertj:assertj-core to v3.26.0
57+
- 926ffa7 chore(deps): update dependency org.apache.maven:maven-model to v3.9.7
58+
- ab712c3 chore: Remove Java 17 classes
59+
- dfc6d07 chore(deps): update dependency org.apache.maven.shared:maven-invoker to v3.3.0
60+
- 8530fdf chore: use CycloneDX 1.5 only (#229)
61+
- b82d743 chore: add logging statements (#228)
62+
- e8551e1 chore: correctly delete .git file
63+
- 67a0875 chore(deps): update dependency info.picocli:picocli to v4.7.6
64+
- 44e8730 chore(deps): update dependency org.apache.maven.plugins:maven-plugin-plugin to v3.13.0
65+
- 7350d28 chore(deps): update dependency com.fasterxml.jackson.core:jackson-databind to v2.17.1
66+
- e5f32b4 chore(deps): update dependency org.apache.maven.plugins:maven-install-plugin to v3.1.2
67+
- fe3810d chore(deps): update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2
68+
- 7ff9c73 chore(deps): update dependency org.apache.maven.plugins:maven-shade-plugin to v3.5.3
69+
- e524d7e chore(deps): update dependency io.github.classgraph:classgraph to v4.8.172
70+
- a143372 chore(deps): update dependency io.github.classgraph:classgraph to v4.8.171
71+
- a82b7eb chore(deps): update actions-js/push action to v1.5
72+
- 6cf4c6e chore(deps): update dependency org.slf4j:log4j-over-slf4j to v2.0.13
73+
- 01e15bb chore: setting SNAPSHOT version 0.13.1-SNAPSHOT
74+
75+
## 📝 Documentation
76+
- 84d72d3 docs: update diagram
77+
- daefbcc docs: update diagram
78+
- 08d6680 docs: update diagram
79+
- 8808ab5 docs: update diagram
80+
- 40101a5 docs: update diagram
81+
- e061022 docs: update diagram
82+
- dcb74bd docs: update diagram
83+
- 416f91d docs: update diagram
84+
- 8aa46a6 docs: update diagram
85+
- 2b97ee3 docs: update diagram
86+
- aff31b7 docs: update diagram
87+
- 35e8d2f docs: update diagram
88+
- b7d9713 docs: update diagram
89+
- 45f81cd docs: update diagram
90+
- 520f8ce docs: update diagram
91+
- 1d0a76c docs: update diagram
92+
- 6fdd217 docs: update diagram
93+
- 7d102ab docs: update diagram
94+
- c8dafe3 docs: update diagram
95+
- b7bf4c4 docs: update diagram
96+
- 2544c02 docs: update diagram
97+
- 733046b docs: update diagram
98+
- d61aae2 docs: update diagram
99+
- bcd675a docs: update diagram
100+
- 5939fe6 docs: update diagram
101+
- 782d69f docs: update diagram
102+
- d1954b3 docs: update diagram
103+
- 67c2839 docs: update diagram
104+
- eb194a2 docs: update diagram
105+
- 94d8f11 docs: update diagram
106+
- a20c74c docs: update diagram
107+
- 2313e83 docs: update diagram
108+
- 37bc0aa docs: update diagram
109+
- 7d3745a docs: update diagram
110+
- a64f219 docs: update diagram
111+
- 64c41ef docs: update diagram
112+
- 97c0b72 docs: update diagram
113+
- 6d8522d docs: update diagram
114+
- bbf3437 docs: update diagram
115+
- 70482b1 docs: update diagram
116+
- 3e89f1e docs: update diagram
117+
- dea4fa1 docs: update diagram
118+
- 43dbe0f docs: update diagram
119+
- c79d721 docs: update diagram
120+
- 4bab10e docs: update diagram
121+
- 21062eb docs: update diagram
122+
- 2b55f03 docs: update diagram
123+
- 62edfc5 docs: update diagram
124+
- f05eb79 docs: update diagram
125+
- 3bd4b66 docs: update diagram
126+
- c366cdf docs: update diagram
127+
- e4cbe1d docs: update diagram
128+
- 6f0fad9 docs: update diagram
129+
- dfc74ff docs: update diagram
130+
- 3aff539 docs: update diagram
131+
- 2aa27e9 docs: update diagram
132+
133+
---
134+
- ef85b7f Revert "chore: releasing version 0.14.0"
135+
- 7196b58 Revert "chore: releasing version 0.14.0"
136+
- d8ef458 Update experiments commit hash
137+
- 959bd25 experiments: add PDFBox
138+
139+
140+
## Contributors
141+
We'd like to thank the following people for their contributions:
142+
- Aman Sharma ()
143+
- GitHub ()
144+
- github-actions[bot] ([@github-actions[bot]](https://github.com/apps/github-actions))
145+
- renovate[bot] ([@renovate[bot]](https://github.com/apps/renovate))
146+
- repo-visualizer ()
1147
# 0.13.0
2148
## Changelog
3149

classfile-fingerprint/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.algomaster99</groupId>
77
<artifactId>terminator</artifactId>
8-
<version>0.14.0</version>
8+
<version>0.14.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>classfile-fingerprint</artifactId>
1111

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.algomaster99</groupId>
66
<artifactId>terminator</artifactId>
7-
<version>0.14.0</version>
7+
<version>0.14.1-SNAPSHOT</version>
88
<packaging>pom</packaging>
99

1010
<name>Terminator</name>

runtime-class-interceptor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.algomaster99</groupId>
66
<artifactId>terminator</artifactId>
7-
<version>0.14.0</version>
7+
<version>0.14.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>runtime-class-interceptor</artifactId>
1010
<name>Runtime class interceptor</name>

terminator-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.github.algomaster99</groupId>
66
<artifactId>terminator</artifactId>
7-
<version>0.14.0</version>
7+
<version>0.14.1-SNAPSHOT</version>
88
</parent>
99
<artifactId>terminator-commons</artifactId>
1010
<packaging>jar</packaging>

watchdog-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.algomaster99</groupId>
77
<artifactId>terminator</artifactId>
8-
<version>0.14.0</version>
8+
<version>0.14.1-SNAPSHOT</version>
99
</parent>
1010
<artifactId>watchdog-agent</artifactId>
1111
<packaging>jar</packaging>

0 commit comments

Comments
 (0)