Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dependency dev.kord:kord-core to v0.14.0 #19

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 25, 2022

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
dev.kord:kord-core 0.8.0-M3 -> 0.14.0 age adoption passing confidence

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

kordlib/kord (dev.kord:kord-core)

v0.14.0

Compare Source

Additions

  • Support other SerialFormats in LongOrStringSerializer (#​937)

Changes

  • Bump DeprecationLevels after 0.13.0 (#​908)
  • Rewrite Event.DeserializationStrategy (#​923)
  • Deprecate application command events (#​927)
  • Rewrite VoiceEvent.DeserializationStrategy (#​925)
  • Switch to OkHttp as http client on jvm (by @​DRSchlaubi in #​928)

Fixes

Dependencies

Updated in #​920, #​929 and #​943

  • Gradle 8.5 -> 8.7
  • Kotlin 1.9.21 -> 1.9.24
  • Ktor 2.3.7 -> 2.3.11
  • kotlinx.coroutines 1.7.3 -> 1.8.1
  • kotlinx.serialization 1.6.2 -> 1.6.3
  • kotlinx-datetime 0.5.0 -> 0.6.0
  • kotlin-logging 6.0.1 -> 6.0.9
  • SLF4J 2.0.9 -> 2.0.13
  • kotlin-node 18.16.12-pre.619 -> 20.11.5-pre.751
  • kotlin-multiplatform-bignum 0.3.8 -> 0.3.9
  • Stately 2.0.6 -> 2.0.7
  • KSP 1.9.21-1.0.16 -> 1.9.24-1.0.20
  • KotlinPoet 1.15.3 -> 1.16.0
  • JUnit Jupiter 5.10.1 -> 5.10.2
  • MockK 1.13.8 -> 1.13.11
  • Dokka 1.9.10 -> 1.9.20
  • AtomicFU 0.23.1 -> 0.24.0
  • Binary compatibility validator 0.13.2 -> 0.15.0-Beta.2
  • gradle-buildconfig-plugin 5.1.0 -> 5.3.5
  • Foojay Toolchains Plugin 0.7.0 -> 0.8.0
  • Replace gradle/gradle-build-action with gradle/actions/setup-gradle
  • Replace gradle/wrapper-validation-action with gradle/actions/wrapper-validation

House-keeping

  • Update README (#​915)
  • Disable timeouts for Kotlin/JS tests (#​926)
  • Remove unused resource files (#​935)
  • Enable binary compatibility validation for KLibs (#​929)
  • Fix test related Gradle deprecation warnings (#​936)
  • Create sourceLink URL with non-deprecated URI constructor (by @​SebastianAigner in #​938)

v0.13.1

Compare Source

This release fixes an exception when trying to deserialize Permissions contained in GuildAuditLogEntryCreateEvents.
Kord expected to receive JSON strings while
Discord is sending JSON numbers.

See #​911 and #​912.

v0.13.0

Compare Source

This release fixes a bug where the Spanish Latin America Locale (es-419) couldn't be deserialized correctly, so users
with that Locale couldn't interact with Kord bots via interactions.

Additions

Changes

Fixes

Dependencies

Updated in #​900

  • Gradle 8.4 -> 8.5
  • Kotlin 1.9.20 -> 1.9.21
  • Ktor 2.3.6 -> 2.3.7
  • kotlinx.serialization 1.6.1 -> 1.6.2
  • kotlinx-datetime 0.4.1 -> 0.5.0
  • kotlin-logging 3.0.5 -> 6.0.1
  • Stately 2.0.5 -> 2.0.6
  • KSP 1.9.20-1.0.14 -> 1.9.21-1.0.16
  • KotlinPoet 1.15.1 -> 1.15.3
  • AtomicFU 0.23.0 -> 0.23.1
  • gradle-buildconfig-plugin 4.2.0 -> 5.1.0
  • actions/setup-java v3 -> v4

v0.12.0

Compare Source

Additions

Changes

Fixes

Dependencies

Updated in #​883, #​888 and #​894

  • Gradle 8.3 -> 8.4
  • Kotlin 1.9.10 -> 1.9.20
  • Ktor 2.3.4 -> 2.3.6
  • kotlinx.serialization 1.6.0 -> 1.6.1
  • Stately 2.0.2 -> 2.0.5
  • KSP 1.9.10-1.0.13 -> 1.9.20-1.0.14
  • KotlinPoet 1.14.2 -> 1.15.1
  • JUnit 5 5.10.0 -> 5.10.1
  • MockK 1.13.7 -> 1.13.8
  • Dokka 1.9.0 -> 1.9.10
  • AtomicFU 0.22.0 -> 0.23.0
  • gradle-buildconfig-plugin 4.1.2 -> 4.2.0

v0.11.1

Compare Source

0.11.1

Republication of 0.11.0 with no changes.

The published artifacts for dev.kord:kord-ksp-annotations-js:0.11.0 were missing kord-ksp-annotations-js-0.11.0.klib which would cause an error like the following for Kotlin/JS projects trying to use Kord 0.11.0:

FAILURE: Build failed with an exception.

* What went wrong:
Could not determine the dependencies of task ':kotlinNpmInstall'.
> Could not find ksp-annotations-js.klib (dev.kord:kord-ksp-annotations-js:0.11.0).
  Searched in the following locations:
      https://repo.maven.apache.org/maven2/dev/kord/kord-ksp-annotations-js/0.11.0/kord-ksp-annotations-js-0.11.0.klib

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

v0.11.0

Compare Source

Additions

Changes

Fixes

Dependencies

Updated in #​842, #​859 and #​872

  • Gradle 8.1 -> 8.3
  • Kotlin 1.8.21 -> 1.9.10
  • Ktor 2.3.0 -> 2.3.4
  • kotlinx.coroutines 1.7.1 -> 1.7.3
  • kotlinx.serialization 1.5.1 -> 1.6.0
  • kotlinx-datetime 0.4.0 -> 0.4.1
  • kotlin-node 18.16.3-pre.546 -> 18.16.12-pre.619
  • Stately 2.0.0-rc1 -> 2.0.2
  • KSP 1.8.21-1.0.11 -> 1.9.10-1.0.13
  • KotlinPoet 1.13.2 -> 1.14.2
  • JUnit 5 5.9.3 -> 5.10.0
  • MockK 1.13.5 -> 1.13.7
  • SLF4J 2.0.7 -> 2.0.9
  • Dokka 1.8.10 -> 1.9.0
  • AtomicFU 0.20.2 -> 0.22.0
  • Binary compatibility validator 0.13.1 -> 0.13.2
  • gradle-buildconfig-plugin 4.0.4 -> 4.1.2
  • Foojay Toolchains Plugin 0.4.0 -> 0.7.0
  • actions/checkout v3 -> v4

House-keeping

v0.10.0

Compare Source

Additions

Changes

Fixes

Dependencies

Updated in #​826

  • Kotlin 1.8.10 -> 1.8.21
  • Ktor 2.2.4 -> 2.3.0
  • kotlinx.coroutines 1.6.4 -> 1.7.1
  • kotlinx.serialization 1.5.0 -> 1.5.1
  • kotlin-node 18.14.0-pre.502 -> 18.16.3-pre.546
  • KSP 1.8.10-1.0.9 -> 1.8.21-1.0.11
  • KotlinPoet 1.12.0 -> 1.13.2
  • JUnit 5 5.9.2 -> 5.9.3
  • MockK 1.13.4 -> 1.13.5
  • AtomicFU 0.20.0 -> 0.20.2
  • Binary compatibility validator 0.13.0 -> 0.13.1
  • gradle-buildconfig-plugin 3.1.0 -> 4.0.4

House-keeping

v0.9.0

Compare Source

Additions

Changes

Fixes

Dependencies

Updated in #​783

  • Gradle 8.0.2 -> 8.1

House-keeping

v0.8.3

Compare Source

Additions

v0.8.2

Compare Source

Additions

House-keeping

v0.8.1

Compare Source

Fixes

v0.8.0

Compare Source

Additions

Changes

Fixes

Dependencies

Updated in #​732, #​739, #​755, #​782 and #​788

  • Gradle 7.5.1 -> 8.0.2
  • Kotlin 1.7.20 -> 1.8.10
  • KSP 1.7.20-1.0.8 -> 1.8.10-1.0.9
  • Ktor 2.1.3 -> 2.2.4
  • kotlinx.serialization 1.4.1 -> 1.5.0
  • kotlin-logging 2.1.23 -> 3.0.5
  • SLF4J 1.7.36 -> 2.0.7
  • Dokka 1.7.20 -> 1.8.10
  • AtomicFU 0.18.5 -> 0.20.0
  • Binary compatibility validator 0.12.1 -> 0.13.0
  • JUnit 5 5.9.1 -> 5.9.2
  • MockK 1.13.2 -> 1.13.4

House-keeping

v0.8.0-M17

Compare Source

Additions

  • Add support for Auto Moderation (#​647 #​697 #​713)
  • Add error 240000 (#​676)
  • Add ApplicationFlag.ApplicationCommandBadge (#​677)
  • Parameter for deleting old messages in GuildMessageChannelBehavior.bulkDelete (#​692)
  • Add application_commands to audit log (#​681)
  • Add UserPremium.NitroBasic (#​704)
  • Make ephemeral messages deletable (#​706)
  • Add Kord.getGuildOrNull (#​714)

Changes

  • Change attachment InputStream to ChannelProvider (#​682)
  • Deprecate GuildFeature.Commerce (#​678)
  • Update create guild ban endpoint (#​679)
  • Update voice state modification (#​680)
  • Use structured concurrency for MessageChannelBehavior.withTyping (#​687)
  • Generate kord enums with KSP (#​686 #​698)
  • Use gateway url provided in Ready event for resuming (#​666)
  • Bump DeprecationLevels (#​688)
  • Properly implement Identify rate limiting (#​693)

Fixes

  • Fix gateway events created with buildJsonObject failing to be deserialized (#​683)
  • Fix with_count parameter typo (#​690)
  • Fix default avatar URL not working (#​691)
  • Make LinearRetry behave linearly for all inputs (#​702)

Dependencies

  • Kotlin 1.7.10 -> 1.7.20
  • Ktor 2.1.0 -> 2.1.3
  • kotlinx.serialization 1.3.3 -> 1.4.1
  • AtomicFU 0.18.3 -> 0.18.5
  • Binary compatibility validator 0.11.0 -> 0.12.1
  • Dokka 1.7.10 -> 1.7.20
  • JUnit 5 5.9.0 -> 5.9.1
  • MockK 1.12.5 -> 1.13.2

v0.8.0-M16

Compare Source

Breaking / Performance

  • Events no longer implement CoroutineScope which caused a memory leak (#​665 for migration steps)
  • Bump deprecations (#​653)

Additions

Fixes

  • Fix MessageStickerType constructor initialization deadlock (#​670)

Improvements / Updates

  • Use suppressed exceptions for stack trace recovery (#​658)
  • Upgrade to Gradle 7.5.1 (#​662)
  • Changes to Kord's annotations (#​659)

v0.8.0-M15

Compare Source

Additions

Changes

  • Update Message Type names (#​645)
  • Thread archive durations are no longer boost locked (#​636)
  • Improve RestClient's stacktrace recovery (#​648)
  • Update application command fields (#​638)
  • Remove audit log reason from Modify Guild Channel Positions endpoint (#​641)
  • Update Identify Connection Properties field names (#​643)

Fixes

  • Fix nonce deserialization (#​632)
  • Voice: heartbeat nonce is zero (#​619)
  • Voice: voice connection dropping unexpectedly (#​621)
  • Voice: Fix typo in DefaultAudioPacketProvider declaration (#​610)
  • Use core event for MessageDelete in enableEvent (3dbb29f)

Documentation

  • Update docs for Message.Interaction.name (71b185e)

Dependencies

  • Binary compatibility validator 0.9.0 -> 0.10.1
  • Kotlin 1.6.21 -> 1.7.10
  • Dokka 1.6.20 -> 1.7.0
  • AtomicFU 0.17.2 -> 0.18.2
  • gradle-buildconfig-plugin 3.0.3 -> 3.1.0
  • kotlinx-datetime 0.3.2 -> 0.4.0
  • kotlinx.coroutines 1.6.1 -> 1.6.3
  • kotlinx.serialization 1.3.2 -> 1.3.3
  • kotlin-logging 2.1.21 -> 2.1.23
  • Mockk 1.12.3 -> 1.12.4
  • Ktor 2.0.0 -> 2.0.3

v0.8.0-M14

Compare Source

Changes

  • Slash commands permissions v2 (#​604)
  • Add feature variant for voice (#​608)
  • Deserialize timestamps as Instant (#​605)
  • Update Channel Builders (#​606)
  • Use ktor Base64 functions (#​600)
  • Refactor Choice serializer (#​598)
  • Nullable user_limit (#​602)
  • Stricter Locale parsing (#​597)

Additions

Dependencies

  • Kotlin 1.6.20 -> 1.6.21
  • BinaryValidator 0.8.0 -> 0.9.0

v0.8.0-M13

Compare Source

Changes

Additions

  • Add ANIMATED_BANNER feature (#​584)
  • Add strategy to mitigate loss of stacktrace through Ktors SuspendFunctionGun (#​563)
  • Add Application default authorization links and tags (#​582)
  • Add minValue and maxValue to ApplicationCommandOption (#​572)
  • Add Version constant injection (#​576)
  • Add support for slash command localizations (#​570)
  • Add guild_id to Interaction Data (#​591)

Fixes

  • Fix conflict between property name and class discriminator (#​595)
  • voice: fix encryption buffer size (#​568)
  • Fix Guild Scheduled Event Gateway Events (#​569)

Dependencies

  • binaryValidator: 0.6.0 -> 0.8.0
  • Kotlin: 1.6.10 -> 1.6.20
  • Gradle 7.4 -> 7.4.2
  • AtomicFu 0.17.0 -> 0.17.2
  • dateTime 0.3.1 -> 0.3.2
  • coroutines 0.6.0 -> 0.6.1
  • mockk 1.7.30 -> 1.7.36
  • Ktor 1.6.7 -> 2.0.0

v0.8.0-M12

Compare Source

Changes

  • As of 0.8.0-M12 Message Content Intent is required to receive message related events.
  • Deprecate store channels (#​564).
  • Hotfix: revert nullable to optional changes in VoiceState (#​567).
  • nullable requestToSpeakTimestamp (#​566).
  • Fix oversights in #​561 (#​565).
  • Discord docs updates (#​540 #​561).

Additions

v0.8.0-M11

Compare Source

Changes

  • Switch to v10 for rest (#​550)
  • Invite and Application revamp (#​530)
  • Update enableEvent() (#​553)
  • Invite and Application revamp (#​530)
  • Revamp interaction implementations (#​543 #​533 #​546)
  • Documentation: clarify the usage of Kord.restOnly
  • Update Permissions (#​544)

Additions

Fixes

  • Fix GuildScheduledEvents json representation and modify function (#​549)

v0.8.0-M10

Compare Source

Additions

Fixes

  • fix locale typos (#​541)
  • Add missing default value for strategy for getWebhookWithTokenOrNull (#​539)

Changes

  • Change members resolved objects to DiscordInteractionGuildMember (#​502)

Dependencies

  • Upgrade gradle to 7.4 and its wrapper

v0.8.0-M9

Compare Source

Fixes

  • Fix .jpg not being detected (#​458)
  • Fix gateway not using provided threshold (#​465)
  • Fix bug causing role PermissionOverwrites being added for members (#​479)
  • Fix Team.ownerUserId returning the wrong id (#​509)
  • Fix exception when choices are never set (#​505 #​512)
  • Voice: fix race condition where heartbeat is sent before authentication (#​511)

Changes

  • Allow providing limit in AuditLogGetRequestBuilder (#​477)
  • Optional timestamp style (#​516)
  • No longer send Authorization header on endpoints without authorization (#​450 #​486)
  • Suppliers and pagination logic refactor (#​484)
  • ComponentBuilders refactor (#​494)
  • Enable explicit API (#​474)

Additions

  • Add mutes support (#​448 #​508)
  • Add channel types in slash commands (#​464)
  • Add ActionInteractionCreateEvent (#​456)
  • Add autocomplete support (#​456)
  • Add disabled property to SelectMenuComponent(#​492)
  • Add limit to AuditLogGetRequestBuilder (#​477)
  • Add missing Webhook and Interaction functionality (#​507)
  • Add new JsonErrorCodes and fix existing ones (#​482 #​504 #​501)
  • Add new fields and parameters for scheduled events and invites (#​518)
  • Add new fields for attachments. (#​506)
  • Add interaction localization support

Dependencies

  • Kotlin: 1.5.10 -> 1.6.10
  • KotlinxSerialization: 1.2.1 -> 1.3.2
  • Coroutines: 1.5.0 -> 1.6.0
  • Ktor: 1.6.0 -> 1.6.7
  • AtomicFu: 0.16.1 -> 0.17.0
  • Datetime: 0.2.1 -> 0.3.1
  • KotlinLogging: 2.0.6 -> 2.1.21
  • binaryValidator: 0.5.0 -> 0.6.0

v0.8.0-M8

Compare Source

Changes

  • Embed description limit should be 4096 (#​419)
  • use behavior over entity in voice connect method (#​428)
  • rewrite frame interceptor (#​427)
  • Unify permission overwrite API (Fix #​302) (#​420)
  • Make Snowflake.toString() more idiomatic, and deprecate .asString (#​441)

Fixes

  • fix ButtonBuilder#emoji function (#​431)
  • Fix bom dependencies (#​440)
  • fix regression in the default frame interceptor (#​443)
  • Fix missing '=' in GuildBehavior.toString() (#​442)

Additions

  • UserFlag and GuildFeature add-on (#​422)
  • Add support for receiving voice and opening up the voice api (#​386)
  • implement all encryption modes documented by discord (#​424)
  • explicit api for voice (#​425)
  • Old properties for Update events (#​438)
  • Add AutoComplete (#​435)
  • Implement Stage events (#​421)

v0.8.0-M7

Compare Source

Additions

  • Add rtcRegion to builders. (#​413)
  • Reintroduce InteractionResponseBehavior#followUpEphemeral

Fixes

  • Fix IntChoice not taking a Long. (#​414)
  • Fix InteractionBehavior#respondEphemeral missing ephemeral flags. (#​414)
  • Fix target type of message command to Message(Behavior) instead of UserBehavior (#​414)

v0.8.0-M6

Compare Source

Breaking

  • XBehavior#asX now returns itself if the concrete type is already a complete entity. Use XBehavior#fetchX to always retrieve the most up-to-date version of an entity (#​396)
  • EphemeralBuilder builders have been unified with the persistent messages. (#​397)
  • Core events now accept a coroutineScope in the constructor (#​391)
  • Start thread methods have introduced a builder (#​398)
  • Shards have been moved to dev.kord.gateway.builder (#​409)

Changes

  • Intents are now lazily evaluated (#​409)
  • Enable explicit api mode for core module (#​406)
  • Fixes and improvements for Snowflake (#​370)
  • Application commands improvements (#​374 #​384 #​387)
  • MasterGateway and Interceptors are switched into interfaces (#​391)

Additions

  • Ephemeral files support (#​397)
  • Add missing invitable field (#​398)
  • Role icons support (#​402)
  • Per-Guild avatar support (#​401)
  • Add discord messaging timestamps (#​385)
  • Add named files and attachments (#​379)
  • Add missing avatar and username properties to WebhookMessageCreateBuilder (#​376)

Fixes

  • Serialize NumberChoice as a Double, not as a String (#​405)
  • Sort threads as documented by discord (#​411)
  • Fix NPE on ThreadChannelDelete (#​373)

v0.8.0-M5

Compare Source

Breaking

  • slash commands and interactions have been redesigned to support the new command and interaction types.

Changes

  • Move SlashCommands functions to Kord. (#​366)
  • ApplicationCommands are now cached. (#​366)
  • Interaction events are split up into distinct events. (#​366)
  • Proper hierarchy for applications commands, interactions and their events. (#​366)
  • Rename UsePrivate/PublicThreads to CreatePrivate/PublicThreads. (#​366)
  • Include json error in exception message. (#​369)

Additions

  • Experimental Voice support. #(363)
  • Context support. (#​366)
  • Add ResolvedObjects#messages to resolve messages. (#​366)
  • Add ChannelBehavior#of/OrNull to safely get a typed channel. (#​366)
  • Add type safe arguments for chat input commands. (#​366)
  • Add SendMessagesInThread Permission. (#​366)

Fixes

  • Ephemeral followups not being passed the ephemeral flags. (#​368)
  • Missing optional default values in some data types. (#​362)
  • incorrect serialization of CommandArguement. (#​362)

v0.8.0-M4

Compare Source

Fixes

  • Fixed the space in active threads get endpoint causing it to fail. (5dd3f38)
  • Fixed incorrect serialization of NUMBER option. (#​360)
  • Fixed Missing properties in MemberData, InteractionData and others. (#​361)

Changes

  • Region no longer has a vip property (5dd3f38)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from 1133d57 to 9f17cff Compare November 20, 2022 08:15
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.8.0-M16 Update dependency dev.kord:kord-core to v0.8.0-M17 Nov 20, 2022
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.8.0-M17 Update dependency dev.kord:kord-core to v0.8.1 Mar 26, 2023
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from 9f17cff to e4987e5 Compare March 26, 2023 18:20
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from e4987e5 to 54f0e3b Compare April 3, 2023 08:54
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.8.1 Update dependency dev.kord:kord-core to v0.8.2 Apr 3, 2023
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from 54f0e3b to e6c7a57 Compare April 17, 2023 13:44
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.8.2 Update dependency dev.kord:kord-core to v0.8.3 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from e6c7a57 to 031d0db Compare May 28, 2023 11:55
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.8.3 Update dependency dev.kord:kord-core to v0.9.0 May 28, 2023
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.9.0 Update dependency dev.kord:kord-core to v0.10.0 Jul 8, 2023
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from 031d0db to bd6d341 Compare July 8, 2023 15:23
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from bd6d341 to be3d542 Compare September 19, 2023 17:32
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.10.0 Update dependency dev.kord:kord-core to v0.11.0 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from be3d542 to 5574a82 Compare September 19, 2023 22:45
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.11.0 Update dependency dev.kord:kord-core to v0.11.1 Sep 19, 2023
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from 5574a82 to bc935b3 Compare November 23, 2023 16:27
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.11.1 Update dependency dev.kord:kord-core to v0.12.0 Nov 23, 2023
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from bc935b3 to deb897d Compare January 11, 2024 04:15
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.12.0 Update dependency dev.kord:kord-core to v0.13.0 Jan 11, 2024
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from deb897d to 5f48db9 Compare January 19, 2024 19:41
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.13.0 Update dependency dev.kord:kord-core to v0.13.1 Jan 19, 2024
@renovate renovate bot force-pushed the renovate/dev.kord-kord-core-0.x branch from 5f48db9 to 207ed20 Compare May 22, 2024 22:57
@renovate renovate bot changed the title Update dependency dev.kord:kord-core to v0.13.1 Update dependency dev.kord:kord-core to v0.14.0 May 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants