From 608973bc66190db602b9834113d3b6f1cb875427 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingy=20d=C3=B6t=20Net?= Date: Wed, 15 Jan 2025 12:52:33 -0800 Subject: [PATCH] release: 0.1.88 --- Changes | 20 ++++++++++++++++++++ perl-alien/Changes | 6 ++++++ perl/Changes | 6 ++++++ ruby/ChangeLog.md | 4 ++++ 4 files changed, 36 insertions(+) diff --git a/Changes b/Changes index 1494ee28..cfd11760 100644 --- a/Changes +++ b/Changes @@ -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: diff --git a/perl-alien/Changes b/perl-alien/Changes index 45f5b201..7bfa51da 100644 --- a/perl-alien/Changes +++ b/perl-alien/Changes @@ -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 diff --git a/perl/Changes b/perl/Changes index 552d93a1..a9f1a883 100644 --- a/perl/Changes +++ b/perl/Changes @@ -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 diff --git a/ruby/ChangeLog.md b/ruby/ChangeLog.md index 7213f32e..aa94f7eb 100644 --- a/ruby/ChangeLog.md +++ b/ruby/ChangeLog.md @@ -1,3 +1,7 @@ +## [0.1.88] - 2025-01-15 + +- libyamlscript 0.1.88 + ## [0.1.87] - 2024-12-16 - libyamlscript 0.1.87