Skip to content

Commit

Permalink
Merge pull request #208 from michaelb/dev
Browse files Browse the repository at this point in the history
dev
  • Loading branch information
michaelb authored Feb 11, 2023
2 parents 79806da + f28e362 commit 739756d
Show file tree
Hide file tree
Showing 13 changed files with 638 additions and 97 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v1.2.10
- Neorg support
- Support for named code blocs (neorg, orgmode)
- Allow setting custom locations for the sniprun binary

## v1.2.9
- Elixir support (with REPL capabilities)
- C# support
Expand Down
2 changes: 1 addition & 1 deletion CHECKLIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- cargo fmt --all / cargo check / cargo clippy
- update the changelog
- bump Cargo.toml to next version
- create a version bump commit
- create a version bump commit (with cargo.toml and cargo.lock)
- merge
- create a new tag vX.Y.Z on master
- git push origin vX.Y.Z
Expand Down
123 changes: 66 additions & 57 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sniprun"
version = "1.2.9"
version = "1.2.10"
authors = ["michaelb <[email protected]>"]
rust-version="1.55"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ TLDR: `Plug 'michaelb/sniprun', {'do': 'bash install.sh'}`, `:SnipRun`, `:'<,'>S

# Installation, configuration, ...

See [installation instructions](https://michaelb.github.io/sniprun/sources/README.html#installation), [configuration tips](https://michaelb.github.io/sniprun/sources/README.html#configuration), [usage explanations](https://michaelb.github.io/sniprun/sources/README.html#usage) and much more useful information on the [wiki](https://michaelb.github.io/sniprun/).
See [installation instructions](https://michaelb.github.io/sniprun/sources/README.html#installation), [configuration tips](https://michaelb.github.io/sniprun/sources/README.html#configuration), [usage explanations](https://michaelb.github.io/sniprun/sources/README.html#usage) and much more useful information on the [WIKI](https://michaelb.github.io/sniprun/).

## Demos

Expand Down
1 change: 1 addition & 0 deletions docs/sources/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,7 @@ println!("-> {}", alphabet);
| Lua-nvim | Bloc | Yes\*\* |
| Markdown | Bloc | Yes\*\*\* |
| Mathematica | Bloc | Yes\*\* |
| Neorg | Bloc | Yes\*\*\* |
| OrgMode | Bloc | Yes\*\*\* |
| Perl/Perl6 | Line | No |
| Python3 | Import | Yes\*\* |
Expand Down
Loading

0 comments on commit 739756d

Please sign in to comment.