Skip to content

Commit 389d23a

Browse files
committed
Get ready for release 1.0.1.dev0
1 parent 60f81d3 commit 389d23a

File tree

7 files changed

+421
-4
lines changed

7 files changed

+421
-4
lines changed

CHANGES.rst

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,18 @@
11
CHANGES
22
=======
33

4-
01/20/2025
4+
1.0.1.dev0
5+
----------
6+
7+
Revise for upcoming Mathics 9.0.0 release
8+
9+
* Add ``mframe``: is like ``frame`` but mathics-oriented frame motion
10+
511

612
1.0.0
13+
-----
14+
15+
01/20/2025
716

817
First public release. Add trepan3k debugger command functions
918

ChangeLog-spell-corrected.diff

Whitespace-only changes.

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,6 @@ rmChangeLog:
4545
#: Create a ChangeLog from git via git log and git2cl
4646
ChangeLog: rmChangeLog
4747
git log --pretty --numstat --summary | $(GIT2CL) >$@
48+
patch ChangeLog < ChangeLog-spell-corrected.diff
4849

4950
.PHONY: $(PHONY)

0 commit comments

Comments
 (0)