Skip to content

Commit

Permalink
Release v2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jvtrigueros committed Apr 14, 2024
1 parent 942e573 commit 1804d3c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 22 deletions.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
variables:
BOT_VERSION: 2.12.0
BOT_VERSION: 2.13.0
MAVEN_OPTS: -Dmaven.repo.local=.m2/repository

dependencies:
Expand Down
15 changes: 2 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project **DOES NOT** adhere to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [2.13.0] - 2024-04-14

### Added
- Show accurate duration of Recording
Expand All @@ -13,7 +13,6 @@ and this project **DOES NOT** adhere to [Semantic Versioning](https://semver.org
- Trying out SigNoz Cloud, currently sending app and db metrics as well as logs
- `<prefix>test` command to simulate `@pawa` performing certain actions like joining a VC then saving.


### Changed
- `recover` responds with ephemeral replies only visible to caller
- Update the following dependencies:
Expand All @@ -36,22 +35,12 @@ and this project **DOES NOT** adhere to [Semantic Versioning](https://semver.org
- Bump org.testcontainers:testcontainers from 1.19.3 to 1.19.7
- Bump otel.version 2.2.0 to 2.3.0



### Deprecated


### Removed
- Remove EventTracer, was remnant from removing Honeycomb


### Fixed
- [PawaLite]: `/recover` now correctly recovers a recording from a queue file


### Security


## [2.12.0] - 2024-02-13

### Added
Expand Down Expand Up @@ -360,7 +349,7 @@ and this project **DOES NOT** adhere to [Semantic Versioning](https://semver.org
### Fixed
- Remove recording limits and warnings

[Unreleased]: https://gitlab.com/pawabot/pawa/-/compare/v2.12.0...master
[2.13.0]: https://gitlab.com/pawabot/pawa/-/compare/v2.12.0...v2.13.0
[2.12.0]: https://gitlab.com/pawabot/pawa/-/compare/v2.11.1...v2.12.0
[2.11.1]: https://gitlab.com/pawabot/pawa/-/compare/v2.11.0...v2.11.1
[2.11.0]: https://gitlab.com/pawabot/pawa/-/compare/v2.11.0...v2.10.0
Expand Down
12 changes: 5 additions & 7 deletions launch4j.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<launch4jConfig>
<dontWrapJar>false</dontWrapJar>
<headerType>console</headerType>
<jar>D:\workspace\pawabot\pawa\target\pawa-2.12.0.jar</jar>
<outfile>D:\workspace\pawabot\pawa-lite\pawa-lite-2.12.0.exe</outfile>
<jar>D:\workspace\pawabot\pawa\target\pawa-2.13.0.jar</jar>
<outfile>D:\workspace\pawabot\pawa-lite\pawa-lite-2.13.0.exe</outfile>
<errTitle></errTitle>
<cmdLine></cmdLine>
<chdir>.</chdir>
Expand All @@ -26,12 +26,10 @@
</classPath>
<jre>
<path>jre</path>
<bundledJre64Bit>true</bundledJre64Bit>
<bundledJreAsFallback>false</bundledJreAsFallback>
<requiresJdk>false</requiresJdk>
<requires64Bit>false</requires64Bit>
<minVersion>17</minVersion>
<maxVersion></maxVersion>
<jdkPreference>jdkOnly</jdkPreference>
<runtimeBits>64</runtimeBits>
<opt>-Dlog4j.configurationFile=log4j2-lite.xml</opt>
</jre>
</launch4jConfig>
</launch4jConfig>
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>tech.gdragon.pawabot</groupId>
<artifactId>pawa</artifactId>
<version>2.12.0</version>
<version>2.13.0</version>
<description>Audio recording for Discord</description>
<scm>
<connection>scm:git:https://gitlab.com/pawabot/pawa.git</connection>
Expand Down

0 comments on commit 1804d3c

Please sign in to comment.