Skip to content

Commit

Permalink
release: 0.1.88
Browse files Browse the repository at this point in the history
  • Loading branch information
ingydotnet committed Jan 15, 2025
1 parent 0d6a323 commit 608973b
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 0 deletions.
20 changes: 20 additions & 0 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
- version: 0.1.88
date: Wed 15 Jan 2025 12:46:13 PM PST
changes:
- refactor: Change all '!yamlscript/v0/' to '!yamlscript/v0:'
- core: Increase max file extension length to 16
- core: Include clojure.java-time in runtime as java-time
- std: Add std/now datetime function
- std: Make std/split call str on input
- core: Fix bug for multiple consecutive map conditionals
- build: Use -march=compatibility to support more cpus
- core: Allow fq function tags like !:a/b
- core: Support chained tag calls !:foo*:bar
- core: Support '!:foo' after '::' as '!:foo:'
- core: Refactor ys.ys internals into yamlscript.externals
- core: Major rework of the 'use' command
- core: Add ql qm qo qv and to-omap to std
- core: Add O and remove P and A in std
- core: Infix add works on functions
- core: Vector * Number -> Vector
- core: Added std/diff (cloure.data/diff)
- version: 0.1.87
date: Mon 16 Dec 2024 09:18:04 AM PST
changes:
Expand Down
6 changes: 6 additions & 0 deletions perl-alien/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

---
version: 0.1.88
date: Wed 15 Jan 2025 12:46:13 PM PST
changes:
- libyamlscript 0.1.88

---
version: 0.1.87
date: Mon 16 Dec 2024 09:18:04 AM PST
Expand Down
6 changes: 6 additions & 0 deletions perl/Changes
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

---
version: 0.1.88
date: Wed 15 Jan 2025 12:46:13 PM PST
changes:
- libyamlscript 0.1.88

---
version: 0.1.87
date: Mon 16 Dec 2024 09:18:04 AM PST
Expand Down
4 changes: 4 additions & 0 deletions ruby/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [0.1.88] - 2025-01-15

- libyamlscript 0.1.88

## [0.1.87] - 2024-12-16

- libyamlscript 0.1.87
Expand Down

2 comments on commit 608973b

@ingydotnet
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=julia

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

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

Registration pull request created: JuliaRegistries/General/123089

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a julia-v0.1.88 -m "<description of version>" 608973bc66190db602b9834113d3b6f1cb875427
git push origin julia-v0.1.88

Please sign in to comment.