I have an aero issue/question: given the following 2 config files:
$ cat secret.edn {:secret-key "secret"} $ cat reference.edn {:secrets #include "secret.edn" :sec ^:ref [:secrets :secret-key]}
with aero 1.0.3 :sec has the value “secret”; with aero 1.1.0 :sec has the value nil
did anything change with the ^:ref syntax?