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

Get ready for release 1.0.3 #7

Merged
merged 1 commit into from
Aug 9, 2024
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
61 changes: 61 additions & 0 deletions ChangeLog-spell-corrected.diff
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
--- ChangeLog 2024-08-09 08:26:17.806452638 -0400
+++ ChangeLog-spell-corrected 2024-08-09 08:26:56.001261911 -0400
@@ -50,7 +50,7 @@
2021-09-04 rocky <[email protected]>

* mathics_pygments/builtins.py,
- mathics_pygments/data/mma-tables.json: Fix script capital N. Rebuld
+ mathics_pygments/data/mma-tables.json: Fix script capital N. Rebuild
tables

2021-06-27 rocky <[email protected]>
@@ -71,7 +71,7 @@

2021-06-22 R. Bernstein <[email protected]>

- * : Merge pull request #2 from Mathics3/administrivia Varous lintings
+ * : Merge pull request #2 from Mathics3/administrivia Various lintings

2021-06-22 rocky <[email protected]>

@@ -89,7 +89,7 @@
2021-06-22 rocky <[email protected]>

* .github/workflows/autoblack.yml, .github/workflows/{osx.yaml =>
- osx.yml}, .github/workflows/{ubuntu.yaml => ubuntu.yml}: Varous
+ osx.yml}, .github/workflows/{ubuntu.yaml => ubuntu.yml}: Vairous
lintings

2021-06-22 rocky <[email protected]>
@@ -142,7 +142,7 @@

2021-05-14 rocky <[email protected]>

- * CHANGES.rst, MANIFEST.in, Makefile, mathics_pygments/version.py:
+ * CHANGES.rst, MANIFEST.in, Makefile, mathics_pygments/version.py:
Get ready for release 1.0.0

2021-05-14 rocky <[email protected]>
@@ -152,7 +152,7 @@

2021-05-13 rocky <[email protected]>

- * .gitignore, MANIFEST.in, mathics_pygments/builtins.py:
+ * .gitignore, MANIFEST.in, mathics_pygments/builtins.py:
Administriva

2021-05-12 rocky <[email protected]>
@@ -165,7 +165,7 @@

* mathics_pygments/builtins.py,
mathics_pygments/data/mma-tables.json, mathics_pygments/lexer.py,
- mathics_pygments/style.py: More oeprators, what's up with Degree
+ mathics_pygments/style.py: More operators, what's up with Degree

2021-05-09 rocky <[email protected]>

@@ -335,4 +335,3 @@
2016-02-14 Ravi Menon <[email protected]>

* Initial commit for v0.1.0 of the Mathematica Lexer for Pygments
-
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,4 @@ rmChangeLog:
#: Create a ChangeLog from git via git log and git2cl
ChangeLog: rmChangeLog
git log --pretty --numstat --summary | $(GIT2CL) >$@
patch ChangeLog < ChangeLog-spell-corrected.diff
2 changes: 1 addition & 1 deletion mathics_pygments/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
# space around "=" below.

# fmt: off
__version__="1.0.3.dev0" # noqa
__version__="1.0.3" # noqa