Skip to content

Commit

Permalink
chore: merge release-v0.3.2 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjackwills committed Jun 17, 2024
2 parents b1d076e + c3af210 commit 04ba184
Show file tree
Hide file tree
Showing 18 changed files with 552 additions and 328 deletions.
16 changes: 9 additions & 7 deletions .github/release-body.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
### 2024-05-07
### 2024-06-17

### Chores
+ dependencies updated, [31c7a498cd0468340ffc387b77cff06f5953c0bf], [83f819b9cd751ffd20039b2e58a912b1e6c6b96e], [da394df9908a1dc124cb228de14111ad4c9a851b], [f0f604d6f418eaca2fdeefddd38ce2c3c9a7473a]
+ .devcontainer use Ubuntu, [cbbd5540409141f12759d0ae95e474a635f42073]
+ docker alpine bump, [2d9901f3b1f15e87890eb178197073dbaf1f89b3]
+ dependencies updated, [39fa04595f37d00a9f23b459544a3beafd944a19], [eb3f99404b487d5d494384b855afd4e9696795bd]
+ run.sh updated, [73262ac4f2af37579182d2cb691093364573a25a]

### Fixes
+ only print ratelimit details if % UPPER_LIMIT, [8d51bbe73026fac1a234e5d3a57015d2eae990a5]
+ site random callsign fix, [838f9a94a7d3bdf34ff42eda4f2a0211d20f79e1]
+ sql init, [c6ed9767354c55d7fd83e57719be962689f4d267]
+ change docker-compose directory locations, [8fa49f0594e3ef15e3b837f37ca8e09e26959241]
+ move styles into index.css, [9a74305ad0730977566e1e085474e0ef9e37be0f]

### Tests
+ dependency change for redis method, [7d67aaba6093a0eda1ac34562776f51decea8756]
### Refactors
+ dead code removed, [f93fad8911b60555488f62b03f80cfdc14f43d1e], [8d0567da9da9a0c1df2be2c4d5b920bcfdd068cf]

see <a href='https://github.com/mrjackwills/adsbdb/blob/main/CHANGELOG.md'>CHANGELOG.md</a> for more details
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# <a href='https://github.com/mrjackwills/adsbdb/releases/tag/v0.3.2'>v0.3.2</a>
### 2024-06-17

### Chores
+ docker alpine bump, [2d9901f3](https://github.com/mrjackwills/adsbdb/commit/2d9901f3b1f15e87890eb178197073dbaf1f89b3)
+ dependencies updated, [39fa0459](https://github.com/mrjackwills/adsbdb/commit/39fa04595f37d00a9f23b459544a3beafd944a19), [eb3f9940](https://github.com/mrjackwills/adsbdb/commit/eb3f99404b487d5d494384b855afd4e9696795bd)
+ run.sh updated, [73262ac4](https://github.com/mrjackwills/adsbdb/commit/73262ac4f2af37579182d2cb691093364573a25a)

### Fixes
+ sql init, [c6ed9767](https://github.com/mrjackwills/adsbdb/commit/c6ed9767354c55d7fd83e57719be962689f4d267)
+ change docker-compose directory locations, [8fa49f05](https://github.com/mrjackwills/adsbdb/commit/8fa49f0594e3ef15e3b837f37ca8e09e26959241)
+ move styles into index.css, [9a74305a](https://github.com/mrjackwills/adsbdb/commit/9a74305ad0730977566e1e085474e0ef9e37be0f)

### Refactors
+ dead code removed, [f93fad89](https://github.com/mrjackwills/adsbdb/commit/f93fad8911b60555488f62b03f80cfdc14f43d1e), [8d0567da](https://github.com/mrjackwills/adsbdb/commit/8d0567da9da9a0c1df2be2c4d5b920bcfdd068cf)

# <a href='https://github.com/mrjackwills/adsbdb/releases/tag/v0.3.1'>v0.3.1</a>
### 2024-05-07

Expand Down
Loading

0 comments on commit 04ba184

Please sign in to comment.