Skip to content

Commit

Permalink
Bump version: 2024.8.0 → 2024.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Dec 10, 2024
1 parent f1af507 commit 13e1ac9
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2024.8.0
current_version = 2024.9.0
commit = True
tag = True
tag_name = {new_version}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ homepage = "https://github.com/fornwall/advent-of-code"
license = "MIT"
repository = "https://github.com/fornwall/advent-of-code"
rust-version = "1.83.0"
version = "2024.8.0"
version = "2024.9.0"

[profile.release]
lto = true
Expand Down
2 changes: 1 addition & 1 deletion crates/core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ webgpu-compute = ["bytemuck", "pollster", "wgpu"]
allocation-counter = { version = "0", optional = true }
bytemuck = { version = "1", optional = true }
pollster = { version = "0", optional = true }
svgplot = { version = "2024.8.0", path = "../svgplot", optional = true }
svgplot = { version = "2024.9.0", path = "../svgplot", optional = true }
wgpu = { version = "23", optional = true }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion crates/core/MANPAGE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
% ADVENT-OF-CODE(1) Version 2024.8.0
% ADVENT-OF-CODE(1) Version 2024.9.0

NAME
====
Expand Down
4 changes: 2 additions & 2 deletions crates/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ To add a dependency using Maven:
<dependency>
<groupId>net.fornwall</groupId>
<artifactId>aoc</artifactId>
<version>2024.8.0</version>
<version>2024.9.0</version>
</dependency>
```

To add a dependency using Gradle:

```gradle
dependencies {
implementation 'net.fornwall:aoc:2024.8.0'
implementation 'net.fornwall:aoc:2024.9.0'
}
```

Expand Down
2 changes: 1 addition & 1 deletion crates/java/java-src/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
}

group = "net.fornwall"
version = "2024.8.0"
version = "2024.9.0"

repositories {
mavenCentral()
Expand Down
2 changes: 1 addition & 1 deletion crates/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
url="https://github.com/fornwall/advent-of-code",
long_description=long_description,
long_description_content_type="text/markdown",
version="2024.8.0",
version="2024.9.0",
rust_extensions=[
RustExtension(
"advent_of_code", binding=Binding.PyO3, strip=Strip.All, py_limited_api=True
Expand Down

1 comment on commit 13e1ac9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@                     Benchmark Difference                     @@
#      Name   Old (instructions)   New (instructions)   Change (%)
  2024_10_1           10,000,000           10,000,000            0
  2024_10_2           10,000,000           10,000,000            0
  2024_11_1           10,000,000           10,000,000            0
  2024_11_2           10,000,000           10,000,000            0
  2024_12_1           10,000,000           10,000,000            0
  2024_12_2           10,000,000           10,000,000            0
  2024_13_1           10,000,000           10,000,000            0
  2024_13_2           10,000,000           10,000,000            0
  2024_14_1           10,000,000           10,000,000            0
  2024_14_2           10,000,000           10,000,000            0
  2024_15_1           10,000,000           10,000,000            0
  2024_15_2           10,000,000           10,000,000            0
  2024_16_1           10,000,000           10,000,000            0
  2024_16_2           10,000,000           10,000,000            0
  2024_17_1           10,000,000           10,000,000            0
  2024_17_2           10,000,000           10,000,000            0
  2024_18_1           10,000,000           10,000,000            0
  2024_18_2           10,000,000           10,000,000            0
  2024_19_1           10,000,000           10,000,000            0
  2024_19_2           10,000,000           10,000,000            0
  2024_20_1           10,000,000           10,000,000            0
  2024_20_2           10,000,000           10,000,000            0
  2024_21_1           10,000,000           10,000,000            0
  2024_21_2           10,000,000           10,000,000            0
  2024_22_1           10,000,000           10,000,000            0
  2024_22_2           10,000,000           10,000,000            0
  2024_23_1           10,000,000           10,000,000            0
  2024_23_2           10,000,000           10,000,000            0
  2024_24_1           10,000,000           10,000,000            0
  2024_24_2           10,000,000           10,000,000            0
  2024_25_1           10,000,000           10,000,000            0
   2024_1_1            1,041,054            1,041,054            0
   2024_1_2            1,070,146            1,070,146            0
   2024_2_1            1,641,472            1,641,472            0
   2024_2_2            1,863,550            1,863,550            0
   2024_3_1              227,348              227,348            0
   2024_3_2              317,720              317,720            0
   2024_4_1            1,213,739            1,213,739            0
   2024_4_2              453,869              453,869            0
   2024_5_1            1,605,014            1,605,014            0
   2024_5_2            1,718,956            1,718,956            0
   2024_6_1              641,421              641,421            0
   2024_6_2          141,389,053          141,310,045            0
   2024_7_1            2,466,860            2,466,860            0
   2024_7_2            3,758,369            3,758,369            0
   2024_8_1               44,383               44,383            0
   2024_8_2               86,840               86,840            0
   2024_9_1              897,507              897,507            0
   2024_9_2            2,497,003            2,496,987            0
Benchmark Instructions (count) Instructions (%)
2024_6_2 141,310,045 29.9
2024_25_1 10,000,000 2.1
2024_24_2 10,000,000 2.1
2024_24_1 10,000,000 2.1
2024_23_2 10,000,000 2.1
2024_23_1 10,000,000 2.1
2024_22_2 10,000,000 2.1
2024_22_1 10,000,000 2.1
2024_21_2 10,000,000 2.1
2024_21_1 10,000,000 2.1
2024_20_2 10,000,000 2.1
2024_20_1 10,000,000 2.1
2024_19_2 10,000,000 2.1
2024_19_1 10,000,000 2.1
2024_18_2 10,000,000 2.1
2024_18_1 10,000,000 2.1
2024_17_2 10,000,000 2.1
2024_17_1 10,000,000 2.1
2024_16_2 10,000,000 2.1
2024_16_1 10,000,000 2.1
2024_15_2 10,000,000 2.1
2024_15_1 10,000,000 2.1
2024_14_2 10,000,000 2.1
2024_14_1 10,000,000 2.1
2024_13_2 10,000,000 2.1
2024_13_1 10,000,000 2.1
2024_12_2 10,000,000 2.1
2024_12_1 10,000,000 2.1
2024_11_2 10,000,000 2.1
2024_11_1 10,000,000 2.1
2024_10_2 10,000,000 2.1
2024_10_1 10,000,000 2.1
2024_7_2 3,758,369 0.8
2024_9_2 2,496,987 0.5
2024_7_1 2,466,860 0.5
2024_2_2 1,863,550 0.4
2024_5_2 1,718,956 0.4
2024_2_1 1,641,472 0.3
2024_5_1 1,605,014 0.3
2024_4_1 1,213,739 0.3
2024_1_2 1,070,146 0.2
2024_1_1 1,041,054 0.2
2024_9_1 897,507 0.2
2024_6_1 641,421 0.1
2024_4_2 453,869 0.1
2024_3_2 317,720 0.1
2024_3_1 227,348 0.0
2024_8_2 86,840 0.0
2024_8_1 44,383 0.0

Please sign in to comment.