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

chore: release main #2147

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 16, 2024

🤖 I have created a release beep boop

grain: 0.7.0

0.7.0 (2025-01-03)

⚠ BREAKING CHANGES

  • Remove -> token in favor of => (#2177)
  • stdlib: Seeded hashing (#2170)
  • stdlib: Add an Ascii submodule to Char and move isAscii, toUppercase, toLowercase (#2178)

Features

  • compiler: Improve exhaustive warning for lists (#2220) (f54dbdf)
  • compiler: Use location for Unbound_label_with_alt error (#2196) (271d7cb)
  • lsp: Add or remove block braces code action (#2222) (3134504)
  • Remove -> token in favor of => (#2177) (d0038d3)
  • runtime: Simplify copy and fill polyfills in Memory module (#2148) (1b3a9f0)
  • stdlib: List.Associative Submodule (#2202) (fbb08bf)
  • stdlib: Add ** to Float64 and Float32 (#2163) (7542d92)
  • stdlib: Add Bytes.setChar and Bytes.getChar (#2215) (4919ba3)
  • stdlib: Add copySign, sqrt, min, max, round, trunc, floor, ceil to Float32 (#2161) (f5a3dd3)
  • stdlib: Add copySign, sqrt, min, max, round, trunc, floor, ceil to Float64 (#2162) (e99dcba)
  • stdlib: Add Exception.toString (#2143) (0894dc5)
  • stdlib: Add isFinite, isClose, sin, cos, tan to Float32 (#2168) (bdb4641)
  • stdlib: Add isFinite, isClose, sin, cos, tan to Float64 (#2166) (fa728d2)
  • stdlib: Add List.filterMap, List.filterMapi, List.findMap (#2201) (551f5ad)
  • stdlib: Add String.repeat to String module (#2140) (6c33d08)
  • stdlib: Add toList, fromList, toArray, fromArray to Stack (#2198) (b815bcd)
  • stdlib: Add an Ascii submodule to Char and move isAscii, toUppercase, toLowercase (#2178) (328cf01)
  • stdlib: Json value access utils (#2150) (72cc978)
  • stdlib: Reimplement Number.gamma and Number.factorial (#2182) (1e5f921)
  • stdlib: Reimplement Number.sin, Number.cos, Number.tan (#2158) (f97c011)
  • stdlib: Seeded hashing (#2170) (ce872ab)

Bug Fixes

  • compiler: Correct in_function state when typing record properties (#2205) (d9dd274)
  • compiler: Correct type approximation on recursive functions (#2154) (b0fb040)
  • compiler: Prevent impossible string error from pattern matching (#2218) (a1caf87)
  • compiler: Reduce stack usage when allocating lists (#2214) (cad45e4)
  • lsp: Add test harness, update named arg code action title, fix code action trigger points, do not print LSP warnings (#2134) (36c0bb8)
  • lsp: Use correct origin selection range (#2146) (ab3dde8)
  • runtime: Correct Bi.toFloat64 rounding (#2160) (6755782)
  • stdlib: Correct sign bit in _rempio when computing trig reduction (#2181) (6a78502)
  • stdlib: Optimize number modulo (#2144) (960fadd)
  • stdlib: Properly print Range values (#2184) (11b1fc2)
cli: 0.7.0

0.7.0 (2025-01-03)

Miscellaneous Chores

  • cli: Synchronize Grain versions
compiler: 0.7.0

0.7.0 (2025-01-03)

⚠ BREAKING CHANGES

  • Remove -> token in favor of => (#2177)
  • stdlib: Seeded hashing (#2170)
  • stdlib: Add an Ascii submodule to Char and move isAscii, toUppercase, toLowercase (#2178)

Features

  • compiler: Improve exhaustive warning for lists (#2220) (f54dbdf)
  • compiler: Use location for Unbound_label_with_alt error (#2196) (271d7cb)
  • lsp: Add or remove block braces code action (#2222) (3134504)
  • Remove -> token in favor of => (#2177) (d0038d3)
  • stdlib: List.Associative Submodule (#2202) (fbb08bf)
  • stdlib: Add ** to Float64 and Float32 (#2163) (7542d92)
  • stdlib: Add Bytes.setChar and Bytes.getChar (#2215) (4919ba3)
  • stdlib: Add copySign, sqrt, min, max, round, trunc, floor, ceil to Float32 (#2161) (f5a3dd3)
  • stdlib: Add copySign, sqrt, min, max, round, trunc, floor, ceil to Float64 (#2162) (e99dcba)
  • stdlib: Add Exception.toString (#2143) (0894dc5)
  • stdlib: Add isFinite, isClose, sin, cos, tan to Float32 (#2168) (bdb4641)
  • stdlib: Add isFinite, isClose, sin, cos, tan to Float64 (#2166) (fa728d2)
  • stdlib: Add List.filterMap, List.filterMapi, List.findMap (#2201) (551f5ad)
  • stdlib: Add String.repeat to String module (#2140) (6c33d08)
  • stdlib: Add toList, fromList, toArray, fromArray to Stack (#2198) (b815bcd)
  • stdlib: Add an Ascii submodule to Char and move isAscii, toUppercase, toLowercase (#2178) (328cf01)
  • stdlib: Json value access utils (#2150) (72cc978)
  • stdlib: Reimplement Number.gamma and Number.factorial (#2182) (1e5f921)
  • stdlib: Reimplement Number.sin, Number.cos, Number.tan (#2158) (f97c011)
  • stdlib: Seeded hashing (#2170) (ce872ab)

Bug Fixes

  • compiler: Correct in_function state when typing record properties (#2205) (d9dd274)
  • compiler: Correct type approximation on recursive functions (#2154) (b0fb040)
  • compiler: Prevent impossible string error from pattern matching (#2218) (a1caf87)
  • compiler: Reduce stack usage when allocating lists (#2214) (cad45e4)
  • lsp: Add test harness, update named arg code action title, fix code action trigger points, do not print LSP warnings (#2134) (36c0bb8)
  • lsp: Use correct origin selection range (#2146) (ab3dde8)
  • runtime: Correct Bi.toFloat64 rounding (#2160) (6755782)
  • stdlib: Correct sign bit in _rempio when computing trig reduction (#2181) (6a78502)
  • stdlib: Optimize number modulo (#2144) (960fadd)
  • stdlib: Properly print Range values (#2184) (11b1fc2)
stdlib: 0.7.0

0.7.0 (2025-01-03)

⚠ BREAKING CHANGES

  • stdlib: Seeded hashing (#2170)
  • stdlib: Add an Ascii submodule to Char and move isAscii, toUppercase, toLowercase (#2178)

Features

  • runtime: Simplify copy and fill polyfills in Memory module (#2148) (1b3a9f0)
  • stdlib: List.Associative Submodule (#2202) (fbb08bf)
  • stdlib: Add ** to Float64 and Float32 (#2163) (7542d92)
  • stdlib: Add Bytes.setChar and Bytes.getChar (#2215) (4919ba3)
  • stdlib: Add copySign, sqrt, min, max, round, trunc, floor, ceil to Float32 (#2161) (f5a3dd3)
  • stdlib: Add copySign, sqrt, min, max, round, trunc, floor, ceil to Float64 (#2162) (e99dcba)
  • stdlib: Add Exception.toString (#2143) (0894dc5)
  • stdlib: Add isFinite, isClose, sin, cos, tan to Float32 (#2168) (bdb4641)
  • stdlib: Add isFinite, isClose, sin, cos, tan to Float64 (#2166) (fa728d2)
  • stdlib: Add List.filterMap, List.filterMapi, List.findMap (#2201) (551f5ad)
  • stdlib: Add String.repeat to String module (#2140) (6c33d08)
  • stdlib: Add toList, fromList, toArray, fromArray to Stack (#2198) (b815bcd)
  • stdlib: Add an Ascii submodule to Char and move isAscii, toUppercase, toLowercase (#2178) (328cf01)
  • stdlib: Json value access utils (#2150) (72cc978)
  • stdlib: Reimplement Number.gamma and Number.factorial (#2182) (1e5f921)
  • stdlib: Reimplement Number.sin, Number.cos, Number.tan (#2158) (f97c011)
  • stdlib: Seeded hashing (#2170) (ce872ab)

Bug Fixes

  • runtime: Correct Bi.toFloat64 rounding (#2160) (6755782)
  • stdlib: Correct sign bit in _rempio when computing trig reduction (#2181) (6a78502)
  • stdlib: Optimize number modulo (#2144) (960fadd)
  • stdlib: Properly print Range values (#2184) (11b1fc2)

This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from a3ee518 to de81db4 Compare August 23, 2024 05:36
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 7b10555 to 93f7b6a Compare August 31, 2024 22:25
@github-actions github-actions bot force-pushed the release-please--branches--main branch 6 times, most recently from 49faa74 to 4b4d04a Compare September 22, 2024 22:59
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from 6ee130f to b0ba218 Compare October 7, 2024 15:41
@github-actions github-actions bot force-pushed the release-please--branches--main branch 2 times, most recently from f4956b3 to 0b25457 Compare October 30, 2024 17:03
@github-actions github-actions bot force-pushed the release-please--branches--main branch 3 times, most recently from 5e6f334 to b1dfaf7 Compare November 7, 2024 05:34
@github-actions github-actions bot force-pushed the release-please--branches--main branch 5 times, most recently from 3c378e4 to ef90988 Compare November 21, 2024 16:43
@github-actions github-actions bot force-pushed the release-please--branches--main branch from ef90988 to 5168565 Compare December 3, 2024 23:44
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from bdd5102 to 1402bf4 Compare December 29, 2024 03:26
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from e7c7148 to 27fcb9b Compare January 2, 2025 22:15
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 5e58dd1 to ed0a7b5 Compare January 3, 2025 01:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant