Skip to content

Commit

Permalink
Bump version: 2024.11.0 → 2024.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Dec 12, 2024
1 parent 35a578e commit 712e245
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.11.0
current_version = 2024.12.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.11.0"
version = "2024.12.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.11.0", path = "../svgplot", optional = true }
svgplot = { version = "2024.12.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.11.0
% ADVENT-OF-CODE(1) Version 2024.12.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.11.0</version>
<version>2024.12.0</version>
</dependency>
```

To add a dependency using Gradle:

```gradle
dependencies {
implementation 'net.fornwall:aoc:2024.11.0'
implementation 'net.fornwall:aoc:2024.12.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.11.0"
version = "2024.12.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.11.0",
version="2024.12.0",
rust_extensions=[
RustExtension(
"advent_of_code", binding=Binding.PyO3, strip=Strip.All, py_limited_api=True
Expand Down

1 comment on commit 712e245

@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_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,059            1,041,059            0
   2024_1_2            1,070,151            1,070,151            0
   2024_2_1            1,641,475            1,641,475            0
   2024_2_2            1,863,553            1,863,553            0
   2024_3_1              227,351              227,351            0
   2024_3_2              317,723              317,723            0
   2024_4_1            1,213,742            1,213,742            0
   2024_4_2              453,872              453,872            0
   2024_5_1            1,605,017            1,605,017            0
   2024_5_2            1,718,959            1,718,959            0
   2024_6_1              641,425              641,425            0
   2024_6_2          141,231,041          141,231,041            0
   2024_7_1            2,466,865            2,466,865            0
   2024_7_2            3,758,374            3,758,374            0
   2024_8_1               44,386               44,386            0
   2024_8_2               86,843               86,843            0
   2024_9_1              897,512              897,512            0
   2024_9_2            2,497,040            2,497,040            0
  2024_10_1            1,087,459            1,087,459            0
  2024_10_2            1,089,358            1,089,358            0
  2024_11_1              959,869              960,749            0
  2024_11_2           36,194,352           36,198,381            0
  2024_12_1            7,663,665            7,663,665            0
  2024_12_2            7,942,216            7,942,216            0
Benchmark Instructions (count) Instructions (%)
2024_6_2 141,231,041 30.2
2024_11_2 36,198,381 7.7
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 7,942,216 1.7
2024_12_1 7,663,665 1.6
2024_7_2 3,758,374 0.8
2024_9_2 2,497,040 0.5
2024_7_1 2,466,865 0.5
2024_2_2 1,863,553 0.4
2024_5_2 1,718,959 0.4
2024_2_1 1,641,475 0.4
2024_5_1 1,605,017 0.3
2024_4_1 1,213,742 0.3
2024_10_2 1,089,358 0.2
2024_10_1 1,087,459 0.2
2024_1_2 1,070,151 0.2
2024_1_1 1,041,059 0.2
2024_11_1 960,749 0.2
2024_9_1 897,512 0.2
2024_6_1 641,425 0.1
2024_4_2 453,872 0.1
2024_3_2 317,723 0.1
2024_3_1 227,351 0.0
2024_8_2 86,843 0.0
2024_8_1 44,386 0.0

Please sign in to comment.