Skip to content

Commit ba3bee2

Browse files
committed
Prepare for 1.0.0 release
1 parent 1172d4f commit ba3bee2

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

LICENSE.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
The LoggingExtras.jl package is licensed under the MIT "Expat" License:
22

3-
> Copyright (c) 2018: Lyndon White <[email protected]>
3+
> Copyright (c) 2022: Frames White <[email protected]> and Collaborators
4+
> https://github.com/JuliaLogging/LoggingExtras.jl/graphs/contributors
45
>
56
> Permission is hereby granted, free of charge, to any person obtaining a copy
67
> of this software and associated documentation files (the "Software"), to deal

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoggingExtras"
22
uuid = "e6f89c97-d47a-5376-807f-9c37f3926c36"
3-
authors = ["Lyndon White <[email protected]>"]
4-
version = "0.4.9"
3+
authors = ["Frames White <[email protected]>", "Collaborators <https://github.com/JuliaLogging/LoggingExtras.jl/graphs/contributors>"]
4+
version = "1.0.0"
55

66
[deps]
77
Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"

src/deprecated.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1 @@
1-
2-
Base.@deprecate(
3-
DemuxLogger(loggers::Vararg{AbstractLogger}; include_current_global=true),
4-
include_current_global ? TeeLogger(global_logger(), loggers...) : TeeLogger(loggers...)
5-
)
1+
# There are currently no deprecations.

0 commit comments

Comments
 (0)