Releases: pjbgf/sha1cd
Releases · pjbgf/sha1cd
v0.4.0
What's Changed
ARM64 native support for improved performance
- Arm64 implementation for UBC by @pjbgf in #184
- Implement
arm64
native version by @pjbgf in #188 - build: Add GitHub arm64 runners to workflows by @pjbgf in #189
- arm64: Drop unused vregs by @pjbgf in #191
Misc
- Remove
crypto.RegisterHash
call by @pjbgf in #170 - Revert "Remove
crypto.RegisterHash
call" by @pjbgf in #190
Dependency bumps
- build(deps): Bump golang from
51a6466
to8c10f21
by @dependabot in #153 - build(deps): Bump actions/setup-go from 5.2.0 to 5.3.0 by @dependabot in #151
- build(deps): Bump github/codeql-action from 3.28.1 to 3.28.5 by @dependabot in #152
- build(deps): Bump github/codeql-action from 3.28.5 to 3.28.8 by @dependabot in #154
- build(deps): Bump github/codeql-action from 3.28.8 to 3.28.9 by @dependabot in #155
- build(deps): Bump golang from
8c10f21
to9271129
by @dependabot in #156 - build(deps): Bump golang from 1.23 to 1.24 by @dependabot in #157
- build(deps): Bump github/codeql-action from 3.28.9 to 3.28.10 by @dependabot in #158
- build(deps): Bump github/codeql-action from 3.28.10 to 3.28.11 by @dependabot in #160
- build(deps): Bump golang from
2b1cbf2
to3f74443
by @dependabot in #159 - build(deps): Bump github/codeql-action from 3.28.11 to 3.28.12 by @dependabot in #161
- build(deps): Bump golang from
3f74443
to52ff1b3
by @dependabot in #163 - build(deps): Bump actions/setup-go from 5.3.0 to 5.4.0 by @dependabot in #162
- build(deps): Bump github/codeql-action from 3.28.12 to 3.28.13 by @dependabot in #164
- build(deps): Bump github/codeql-action from 3.28.13 to 3.28.14 by @dependabot in #166
- build(deps): Bump golang from
52ff1b3
to991aa6a
by @dependabot in #165 - build(deps): Bump golang from
991aa6a
to1ecc479
by @dependabot in #168 - build(deps): Bump golang from 1.24@sha256:1ecc479bc712a6bdb56df3e346e33edcc141f469f82840bab9f4bc2bc41bf91d to sha256:d9db32125db0c3a680cfb7a1afcaefb89c898a075ec148fdc2f0f646cc2ed509 by @dependabot in #169
- build(deps): Bump github/codeql-action from 3.28.14 to 3.28.15 by @dependabot in #167
- build(deps): Bump github/codeql-action from 3.28.15 to 3.28.16 by @dependabot in #171
- build(deps): Bump github/codeql-action from 3.28.16 to 3.28.17 by @dependabot in #173
- build(deps): Bump golang from
d9db321
to30baaea
by @dependabot in #172 - build(deps): Bump actions/setup-go from 5.4.0 to 5.5.0 by @dependabot in #174
- build(deps): Bump golang from
30baaea
to39d9e7d
by @dependabot in #175 - build(deps): Bump golang from
39d9e7d
to86b4cff
by @dependabot in #177 - build(deps): Bump github/codeql-action from 3.28.17 to 3.28.18 by @dependabot in #176
- build(deps): Bump golang from
86b4cff
to4c0a181
by @dependabot in #178 - build(deps): Bump golang from
4c0a181
to81bf592
by @dependabot in #179 - build(deps): Bump github/codeql-action from 3.28.18 to 3.28.19 by @dependabot in #180
- build(deps): Bump golang from
81bf592
todb5d0af
by @dependabot in #181 - build(deps): Bump github/codeql-action from 3.28.19 to 3.29.0 by @dependabot in #182
- build(deps): Bump golang from
db5d0af
to10c1318
by @dependabot in #183 - build(deps): Bump github/codeql-action from 3.29.0 to 3.29.1 by @dependabot in #185
- build(deps): Bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot in #187
- build(deps): Bump golang from
10c1318
to20a022e
by @dependabot in #186
Full Changelog: v0.3.2...v0.4.0
v0.3.2
What's Changed
- build(deps): Bump golang from
a7f2fc9
toad5c126
by @dependabot in #134 - build(deps): Bump golang from
ad5c126
to7ea4c9d
by @dependabot in #146 - build(deps): Bump github/codeql-action from 3.28.0 to 3.28.1 by @dependabot in #147
- Move avo assembly generator to separate
asm
module by @mmcloughlin in #149 - build(deps): Bump golang from
7ea4c9d
to51a6466
by @dependabot in #150
New Contributors
- @mmcloughlin made their first contribution in #149
Full Changelog: v0.3.1...v0.3.2
v0.3.1
What's Changed
- build(deps): Bump github/codeql-action from 2.2.4 to 2.2.5 by @dependabot in #35
- build(deps): Bump golang from
2edf6aa
to52921e6
by @dependabot in #36 - goasm: Add amd64 implementation for ubc by @pjbgf in #37
- build(deps): Bump github/codeql-action from 2.2.5 to 2.2.6 by @dependabot in #39
- build(deps): Bump golang from
52921e6
to74a3829
by @dependabot in #40 - build(deps): Bump github/codeql-action from 2.2.6 to 2.2.9 by @dependabot in #47
- build(deps): Bump golang from
74a3829
to5990c4f
by @dependabot in #42 - build(deps): Bump actions/setup-go from 3.5.0 to 4.0.0 by @dependabot in #41
- build(deps): Bump actions/checkout from 3.3.0 to 3.5.0 by @dependabot in #45
- build(deps): Bump github/codeql-action from 2.2.9 to 2.2.11 by @dependabot in #49
- build(deps): Bump golang from
5990c4f
to23050c2
by @dependabot in #48 - build(deps): Bump github/codeql-action from 2.2.11 to 2.2.12 by @dependabot in #50
- build(deps): Bump actions/checkout from 3.5.0 to 3.5.2 by @dependabot in #51
- build(deps): Bump golang from
23050c2
to403f486
by @dependabot in #52 - build(deps): Bump github/codeql-action from 2.2.12 to 2.3.0 by @dependabot in #53
- build(deps): Bump github/codeql-action from 2.3.0 to 2.3.2 by @dependabot in #54
- build(deps): Bump github/codeql-action from 2.3.2 to 2.3.3 by @dependabot in #55
- build(deps): Bump golang from
403f486
to31a8f92
by @dependabot in #56 - build(deps): Bump golang from
31a8f92
to685a22e
by @dependabot in #57 - build(deps): Bump actions/setup-go from 4.0.0 to 4.0.1 by @dependabot in #58
- build(deps): Bump github/codeql-action from 2.3.3 to 2.3.5 by @dependabot in #60
- build(deps): Bump golang from
685a22e
to690e413
by @dependabot in #59 - build(deps): Bump github/codeql-action from 2.3.5 to 2.3.6 by @dependabot in #61
- build(deps): Bump golang from
690e413
to4b1fc02
by @dependabot in #64 - build(deps): Bump actions/checkout from 3.5.2 to 3.5.3 by @dependabot in #63
- build(deps): Bump github/codeql-action from 2.3.6 to 2.13.4 by @dependabot in #62
- Bump dependencies by @pjbgf in #66
- build(deps): Bump actions/setup-go from 4.0.1 to 4.1.0 by @dependabot in #67
- build(deps): Bump golang from 1.20 to 1.21 by @dependabot in #68
- build(deps): Bump golang from
ec457a2
tob490ae1
by @dependabot in #69 - build(deps): Bump actions/checkout from 3.5.3 to 3.6.0 by @dependabot in #70
- Update LICENSE by @pjbgf in #71
- build(deps): Bump golang from
b490ae1
tod2aad22
by @dependabot in #72 - build(deps): Bump actions/checkout from 3.6.0 to 4.0.0 by @dependabot in #73
- build(deps): Bump golang from
d2aad22
tocffaba7
by @dependabot in #74 - Bump Go to 1.21 by @pjbgf in #77
- build(deps): Bump actions/checkout from 4.0.0 to 4.1.0 by @dependabot in #76
- build(deps): Bump actions/checkout from 4.1.0 to 4.1.1 by @dependabot in #78
- build(deps): Bump actions/setup-go from 4.1.0 to 5.0.0 by @dependabot in #79
- Bump github.com/mmcloughlin/avo v0.6.0 by @pjbgf in #81
- build(deps): Bump golang from 1.21 to 1.22 by @dependabot in #82
- build(deps): Bump golang from
ef61a20
to7b297d9
by @dependabot in #83 - build(deps): Bump golang from
7b297d9
to34ce21a
by @dependabot in #84 - build(deps): Bump actions/checkout from 4.1.1 to 4.1.2 by @dependabot in #85
- build(deps): Bump golang from
34ce21a
to0b55ab8
by @dependabot in #86 - build(deps): Bump golang from
0b55ab8
toc4fb952
by @dependabot in #88 - build(deps): Bump golang from
c4fb952
to450e382
by @dependabot in #89 - build(deps): Bump actions/checkout from 4.1.2 to 4.1.3 by @dependabot in #90
- Bump dependencies, Go and some house-keep by @pjbgf in #91
- build(deps): Bump actions/checkout from 4.1.3 to 4.1.4 by @dependabot in #93
- build(deps): Bump golang from
450e382
tod5302d4
by @dependabot in #92 - build(deps): Bump actions/setup-go from 5.0.0 to 5.0.1 by @dependabot in #94
- build(deps): Bump actions/checkout from 4.1.4 to 4.1.5 by @dependabot in #95
- build(deps): Bump golang from
d5302d4
tob1e05e2
by @dependabot in #96 - build(deps): Bump github/codeql-action from 2.13.4 to 3.25.5 by @dependabot in #99
- build(deps): Bump actions/checkout from 4.1.5 to 4.1.6 by @dependabot in #98
- build(deps): Bump golang from
b1e05e2
tof43c6f0
by @dependabot in #97 - build(deps): Bump github/codeql-action from 3.25.5 to 3.25.6 by @dependabot in #100
- build(deps): Bump github/codeql-action from 3.25.6 to 3.25.8 by @dependabot in #102
- build(deps): Bump golang from
f43c6f0
to969349b
by @dependabot in #103 - build(deps): Bump golang from
969349b
toc2010b9
by @dependabot in #106 - build(deps): Bump github/codeql-action from 3.25.8 to 3.25.10 by @dependabot in #105
- build(deps): Bump actions/checkout from 4.1.6 to 4.1.7 by @dependabot in #104
- build(deps): Bump golang from
c2010b9
toa66eda6
by @dependabot in #107 - build(deps): Bump github/codeql-action from 3.25.10 to 3.25.11 by @dependabot in #108
- build(deps): Bump golang from
a66eda6
tofcae9e0
by @dependabot in #109 - build(deps): Bump golang from
fcae9e0
to829eff9
by @dependabot in #110 - build(deps): Bump actions/setup-go from 5.0.1 to 5.0.2 by @dependabot in #111
- build(deps): Bump github/codeql-action from 3.25.11 to 3.25.12 by @dependabot in #112
- build(deps): Bump github/codeql-action from 3.25.12 to 3.25.13 by @dependabot in #113
- build(deps): Bump golang from
829eff9
to86a3c48
by @dependabot in #114 - build(deps): Bump github/codeql-action from 3.25.13 to 3.25.15 by @dependabot in #115
- build(deps): Bump github/codeql-action from 3.25.15 to 3.26.0 by @dependabot in #116
- build(deps): Bump golang from
86a3c48
to2bd56f0
by @dependabot in #117 - build(deps): Bump golang from 1.22 to 1.23 by @dependabot in #119
- build(deps): Bump github/codeql-action from 3.26.0 to 3.26.2 by @dependabot in #118
- build(deps): Bump github/codeql-action from 3.26.2 to 3.26.5 by @dependabot in #120
- build(deps): Bump github/codeql-action from 3.26.5 to 3.26.6 by @dependabot in #121
- build(deps): Bump golang from
613a108
to4a3c2bc
by @dependabot in #122 - build(deps): Bump golang from
4a3c2bc
to2fe82a3
by @dependabot in #123 - build(deps): Bump github/codeql-action from 3.26.6 to 3.26.7 by @dependabot in #124
- build(deps): Bump github/codeql-action from 3.26.7 to 3.26.8 by @dependabot in #125
- build(deps): Bump github/codeql-action from 3.26.8 to 3.26.9 by @dependabot in #128
- build(deps): Bump actions/checkout from 4.1.7 to 4.2.0 by @dependabot in #127
- build(deps): Bump golang from
2fe82a3
to4f063a2
by @dependabot in #126 - build(deps): Bump github/codeql-action from 3.26.9 to 3.26.11 by @dependabot in #129
- build(deps): Bump golang from
4f063a2
toadee809
by @dependabot in https://github.com/pjbgf/sha1c...
v0.3.0
What's Changed
- optimisation: decrease allocations in both purego and cgo versions by @pjbgf in #26
- go: Refactor for clarity and performance by @pjbgf in #34
- goasm: Implement amd64 optimised code by @pjbgf in #28
- Add LICENSE file by @pjbgf in #14
Dependency Bumps
- build(deps): Bump actions/setup-go from 3.3.1 to 3.4.0 by @dependabot in #12
- build(deps): Bump github/codeql-action from 2.1.33 to 2.1.35 by @dependabot in #11
- build(deps): Bump github/codeql-action from 2.1.35 to 2.1.36 by @dependabot in #16
- build(deps): Bump golang from
dc76ef0
to04f76f9
by @dependabot in #17 - build(deps): Bump golang from
04f76f9
to54184d6
by @dependabot in #21 - build(deps): Bump github/codeql-action from 2.1.36 to 2.1.37 by @dependabot in #20
- build(deps): Bump actions/checkout from 3.1.0 to 3.2.0 by @dependabot in #19
- build(deps): Bump actions/setup-go from 3.4.0 to 3.5.0 by @dependabot in #18
- build(deps): Bump golang from
54184d6
to660f138
by @dependabot in #22 - build(deps): Bump actions/checkout from 3.2.0 to 3.3.0 by @dependabot in #23
- build(deps): Bump golang from
660f138
tobb9811f
by @dependabot in #25 - build(deps): Bump github/codeql-action from 2.1.37 to 2.1.38 by @dependabot in #24
- build(deps): Bump github/codeql-action from 2.1.38 to 2.1.39 by @dependabot in #27
- build(deps): Bump github/codeql-action from 2.1.39 to 2.2.1 by @dependabot in #29
- build(deps): Bump golang from 1.19 to 1.20 by @dependabot in #30
- build(deps): Bump golang from
9be8859
to63c5d64
by @dependabot in #32 - build(deps): Bump github/codeql-action from 2.2.1 to 2.2.4 by @dependabot in #31
- build(deps): Bump golang from
63c5d64
to2edf6aa
by @dependabot in #33
Full Changelog: v0.2.3...v0.3.0