Skip to content

Commit

Permalink
chore: prepare for next development iteration of sorald
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 27, 2023
1 parent 8f41a55 commit 380e815
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@

# 0.8.4
## Changelog

## 🐛 Fixes
- a85ec45 fix: cover the exhaustive cases in S1155 (#1029)

## 🧰 Tasks
- 8f41a55 chore: releasing sorald 0.8.4
- f3c59bc chore: prepare for next development iteration of sorald

## 🛠 Build
- 11f7622 ci: remove sonar check (#1030)

## 📝 Documentation
- a3c1b43 docs: Update docs/HANDLED_RULES.md (#1031)


## Contributors
We'd like to thank the following people for their contributions:
- Aman Sharma ([@algomaster99](https://github.com/algomaster99))
- GitHub ()
- github-actions[bot] ([@github-actions[bot]](https://github.com/apps/github-actions))

# 0.8.3
## Changelog

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.8.4</version>
<version>0.8.5-SNAPSHOT</version>
<packaging>pom</packaging>

<name>Sorald-parent</name>
Expand Down
2 changes: 1 addition & 1 deletion sorald-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.8.4</version>
<version>0.8.5-SNAPSHOT</version>
</parent>

<artifactId>sorald-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion sorald/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.kth.castor</groupId>
<artifactId>sorald-parent</artifactId>
<version>0.8.4</version>
<version>0.8.5-SNAPSHOT</version>
</parent>

<artifactId>sorald</artifactId>
Expand Down

0 comments on commit 380e815

Please sign in to comment.