Skip to content

Commit 7557739

Browse files
authored
docs: changelog & new contributor! [skip ci] (#183)
Thanks for the contribution @ferdinand-beyer!
1 parent 4cd6dc7 commit 7557739

File tree

5 files changed

+6
-2
lines changed

5 files changed

+6
-2
lines changed

CHANGELOG.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ For a list of breaking changes see link:#v1-breaking[breaking changes].
1717
=== Unreleased
1818

1919
* a lazy sequence now coerces to a rewrite-clj list node https://github.com/clj-commons/rewrite-clj/pull/180[#180] (thanks @borkdude!)
20+
* exceptions thrown while reading now include `:row` and `:col` keys in `ex-data` https://github.com/clj-commons/rewrite-clj/pull/181[#181] (thanks @ferdinand-beyer)
2021

2122
=== v1.1.45
2223

README.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:notitle:
22
// num-contributors is updated automatically by doc-readme-update bb task
3-
:num-contributors: 53
3+
:num-contributors: 54
44
:figure-caption!:
55
:imagesdir: ./doc
66
:project-src-coords: clj-commons/rewrite-clj
@@ -130,6 +130,7 @@ image:doby162.png[doby162,role="left",width=250,link="https://github.com/doby162
130130
image:drorbemet.png[drorbemet,role="left",width=250,link="https://github.com/drorbemet"]
131131
image:expez.png[expez,role="left",width=250,link="https://github.com/expez"]
132132
image:fazzone.png[fazzone,role="left",width=250,link="https://github.com/fazzone"]
133+
image:ferdinand-beyer.png[ferdinand-beyer,role="left",width=250,link="https://github.com/ferdinand-beyer"]
133134
image:green-coder.png[green-coder,role="left",width=250,link="https://github.com/green-coder"]
134135
image:guoyongxin.png[guoyongxin,role="left",width=250,link="https://github.com/guoyongxin"]
135136
image:immoh.png[immoh,role="left",width=250,link="https://github.com/immoh"]

doc/contributors.edn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,9 @@
9797
{:github-id "ivarref"
9898
:contributions [:issue]}
9999
{:github-id "NoahTheDuke"
100-
:contributions [:issue :encouragement]}]
100+
:contributions [:issue :encouragement]}
101+
{:github-id "ferdinand-beyer"
102+
:contributions [:code-rewrite-clj-v1]}]
101103
:founders
102104
[{:github-id "xsc"
103105
:contributions [:original-author :doc :design :issue :review :support :code-rewrite-clj-v0]}
-6.07 KB
Loading
23.8 KB
Loading

0 commit comments

Comments
 (0)