Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Name = "murex"
const (
Major = 7
Minor = 2
Revision = 101
Revision = 1001
)

var (
Expand Down
2 changes: 1 addition & 1 deletion builtins/docs/summaries.go
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ func init() {
"changelog/v6.4": "This change brings a number of ergonomic improvements to job control, `datetime` and working with structures.",
"changelog/v7.0": "Introducing experimental support for XML, new integrations, and several other quality-of-life improvements. Four deprecated builtins have been removed too, which is this release sees an increment of its major version number",
"changelog/v7.1": "This release focuses mainly on bugfixes and quality-of-life with the exception of three **experimental** new major additions:\n* `foreach` now supports running processes in parallel\n* `fanout` is a new builtin that allows sending stdout to the stdin of many processes\n* `md` is a new datatype added. Currently only supports rendering markdown tables but more features will follow in future releases",
"changelog/v7.2": "This release brings several improvements in scripting environments for Javascript/Typescript and Python support. Core features include the new `--copy` flag for aliases to inherit shell configuration, and bugfixes to address autocomplete panics, expression error handling, and 3rd party integration issues.",
"changelog/v7.2": "This release brings several improvements for scripting environments in Javascript/Typescript and Python support. Core features include the new `--copy` flag for aliases to inherit shell configuration, and bugfixes to address autocomplete panics, expression error handling, and 3rd party integration issues.",
"deprecated/equ": "Evaluate a mathematical function (removed 7.0)",
"deprecated/die": "Terminate murex with an exit number of 1 (removed 7.0)",
"deprecated/let": "Evaluate a mathematical function and assign to variable (removed 7.0)",
Expand Down
2 changes: 1 addition & 1 deletion version.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading