Commit Graph

85 Commits

Author SHA1 Message Date
Sebastian Schmidt
201496f472 Update changelog for #135. 2023-06-01 16:35:59 +03:00
Sebastian Schmidt
aebc2ba02e Update changelog for 11.0.0 release. 2023-06-01 16:06:34 +03:00
Sebastian Schmidt
d5b1f7bea7 Update changelog. 2023-06-01 15:59:34 +03:00
Sebastian Schmidt
f527c941d2 Update changelog. 2023-05-27 11:08:37 +03:00
Sebastian Schmidt
59ddd64b39 Update changelog. 2023-05-21 10:30:53 +03:00
Sebastian Schmidt
9a53ce9893 Fix changelog. 2023-05-21 09:57:26 +03:00
Sebastian Schmidt
6d90b0a294 Release 9.1.0. 2023-05-16 18:20:53 +03:00
Sebastian Schmidt
87e609ed99 Update changelog for 9.0.0 release. 2023-04-13 15:48:45 +03:00
Sebastian Schmidt
1e14ea1460 Update changelog for bugfix release. 2023-04-13 14:47:22 +03:00
Sebastian Schmidt
5f3a5a833f Update changelog for 8.2.0 release. 2023-04-13 14:09:40 +03:00
ISibboI
86f7f17b0d
Update CHANGELOG.md 2022-07-22 11:17:26 +02:00
ISibboI
4033273cf9
Update changelog for 8.1.0 2022-07-22 11:09:17 +02:00
Sebastian Schmidt
a70981f0c5 Update changelog for 8.0.0 release. 2022-07-06 11:25:51 +03:00
Sebastian Schmidt
7e3fdef92e Update changelog. 2022-07-06 11:14:29 +03:00
Sebastian Schmidt
d9c5d5dbbb Test new TryFrom<Value> impls.
Closes #105
2022-07-04 14:39:27 +03:00
ISibboI
e35a7e556a
Update CHANGELOG.md 2022-07-04 14:08:33 +03:00
ISibboI
2275bb5442
Update CHANGELOG.md 2022-04-07 15:20:26 +02:00
Sebastian Schmidt
d321fa9363 Prepare changelog for 7.2.0 release. 2022-03-16 16:18:32 +02:00
Sebastian Schmidt
6ded87ff10 Prepare changelog for 7.1.1 release. 2022-03-14 13:25:37 +02:00
Sebastian Schmidt
2b5ed30428 Update changelog for 7.1.0 release. 2022-03-13 12:30:08 +02:00
Sebastian Schmidt
4e91a63a6f Update changelog for 7.0.1 release. 2022-02-20 09:57:39 +02:00
Sebastian Schmidt
7af8da5cdb Prepare 7.0.0 release. 2022-01-13 14:54:34 +02:00
Sebastian Schmidt
4e5e218d3e Fix #94.
Introduce a new error type for illegal parenthese expressions such as `4(5)`.
2022-01-13 14:50:38 +02:00
Sebastian Schmidt
ea278893ac Prepare for 6.6.0 release. 2021-10-13 14:31:02 +03:00
Sebastian Schmidt
55092ce793 Merge branch '88_bitwise_operators' into main
# Conflicts:
#	CHANGELOG.md
2021-10-12 15:11:56 +03:00
Sebastian Schmidt
d2f3d415df Make functions to access operator and children of a Node public. 2021-10-12 15:10:54 +03:00
Sebastian Schmidt
b3be7f600c Implement bitwise operators as builtin functions.
Relates to #88
2021-10-12 14:59:10 +03:00
Sebastian Schmidt
fee65ebc03 Prepare changelog for 6.5.0. 2021-08-16 13:37:34 +03:00
Sebastian Schmidt
62b0c2616c Prepare changelog for 6.4.0. 2021-07-21 13:45:35 +03:00
Sebastian Schmidt
42771468a1 Update docs and changelog. 2021-07-21 13:42:50 +03:00
Sebastian Schmidt
0e139e6d4d Update MSRV also in readme. 2021-07-13 15:08:09 +03:00
Sebastian Schmidt
56a5f7b0e8 Update changelog and readme for 7.0 release. 2021-07-13 14:43:59 +03:00
Sebastian Schmidt
2a906e2b5f Update changelog 2021-07-06 15:57:35 +03:00
Sebastian Schmidt
8c473521bf Update changelog. 2021-06-24 11:13:04 +02:00
Sebastian Schmidt
80c55e92d6 Update changelog. 2021-06-22 10:23:23 +02:00
Sebastian Schmidt
bbf67d24f0 Prepare changelog for 6.1.0. 2021-06-02 18:19:01 +03:00
Sebastian Schmidt
36ee042bd7 Update changelog. 2021-06-02 18:08:32 +03:00
Sebastian Schmidt
8cb38e0433 Move maintenance badge to top 2019-09-13 17:38:15 +02:00
Sebastian Schmidt
36075e9822 Update changelog 2019-09-13 17:37:10 +02:00
Sebastian Schmidt
054dea4a61 Update changelog 2019-09-13 17:35:01 +02:00
Sebastian Schmidt
f38bf20cca Fix contributor name in changelog 2019-08-30 12:53:53 +03:00
Sebastian Schmidt
c37a321666 Update changelog 2019-08-30 12:51:20 +03:00
Sebastian Schmidt
4a8f1d734e Stop listing separate dev-dependencies for target.bench 2019-08-30 10:58:21 +03:00
Sebastian Schmidt
c64ecbdc25 Update changelog 2019-08-30 10:50:45 +03:00
Sebastian Schmidt
b656b2a970 Update changelog 2019-08-30 10:33:42 +03:00
Sebastian Schmidt
81496539d0 Update changelog 2019-08-30 10:26:37 +03:00
Sebastian Schmidt
03a30205e2 Update changelog 2019-08-29 18:43:14 +03:00
Sebastian Schmidt
2ec3dc74c1 Make operator enum public
This is required for better error messages.

Relates to #60
2019-08-29 16:28:43 +03:00
Sebastian Schmidt
a3faefb893 Fix panic when adding number to string
For no reason, unwraps were used in the operator module.

Fixes #59
2019-08-29 13:36:18 +03:00
Sebastian Schmidt
d8eed924cc Add documentation about operator assignments 2019-08-29 13:21:54 +03:00